uni-app list组件

171 阅读1分钟

只能在nvue页面使用,在其他页面可以使用uni-list

    uni-list自定义
<template slot="footer">
        <image class="slot-image" src="" mode="widthFix"></image>
 </template>

​ 在图片上加上mode="widthFix后圖片自适应uni-list宽高

mode="aspectFill"//不缩放圖片,

<!-- 自定义 body可以覆盖title和note -->
                    <!-- <view slot="body" class="slot-box slot-text">
                        <text>1241</text>
                        <text>1241</text>
                    </view> -->