|
|
@ -30,7 +30,7 @@ |
|
|
</view> |
|
|
</view> |
|
|
<scroll-list ref="list" :option="option" @load="upCallback" @refresh="downCallback" style="background-color: #FFFFFF;"> |
|
|
<scroll-list ref="list" :option="option" @load="upCallback" @refresh="downCallback" style="background-color: #FFFFFF;"> |
|
|
<view class="content"> |
|
|
<view class="content"> |
|
|
<view class="box" v-for="(item, index) in list" :key="index"> |
|
|
|
|
|
|
|
|
<view class="box" v-for="(item, index) in list" :key="index" > |
|
|
<view class="image-box"> |
|
|
<view class="image-box"> |
|
|
<view class=""><image class="special-img" :src="item.isPromoting ? '/static/imgs/store/special-offe.png' : ''" mode=""></image></view> |
|
|
<view class=""><image class="special-img" :src="item.isPromoting ? '/static/imgs/store/special-offe.png' : ''" mode=""></image></view> |
|
|
<image class="image" :src="item.litPicUrl || 'https://qncloud.oss-cn-shenzhen.aliyuncs.com/ztb_pic/testPic.jfif'" mode=""></image> |
|
|
<image class="image" :src="item.litPicUrl || 'https://qncloud.oss-cn-shenzhen.aliyuncs.com/ztb_pic/testPic.jfif'" mode=""></image> |
|
|
|