|
|
|
@ -19,12 +19,15 @@ |
|
|
|
<view class="set" @click="setting">设置</view> |
|
|
|
</view> |
|
|
|
</view> |
|
|
|
<uGap></uGap> |
|
|
|
<view class="" v-if="pageShow"> |
|
|
|
<scroll-list ref="list" :option="option" @load="upCallback" @refresh="downCallback" style="background-color: #ffffff"> |
|
|
|
<view v-for="(item, index) in listData" :key="index"> |
|
|
|
<view class="content" @click="detailInfo(item)"> |
|
|
|
<image class="image" :src="item.litPicUrl" mode=""></image> |
|
|
|
<image |
|
|
|
class="image" |
|
|
|
:src="item.litPicUrl || 'https://qncloud.oss-cn-shenzhen.aliyuncs.com/paper_shopkeeper/paper-default-small.png'" |
|
|
|
mode="" |
|
|
|
></image> |
|
|
|
<view class="" style="width: 100%"> |
|
|
|
<view class="title"> |
|
|
|
<view class="">{{ item.brandName }}</view> |
|
|
|
@ -117,7 +120,7 @@ export default { |
|
|
|
pageSize: 10, |
|
|
|
storeId: null, |
|
|
|
name: null, |
|
|
|
supplierId: this.$store.state.supplierInfo.supplierId, |
|
|
|
supplierId: this.$store.state.supplierInfo.supplierId |
|
|
|
}, |
|
|
|
listData: [], |
|
|
|
logo: 'https://qncloud.oss-cn-shenzhen.aliyuncs.com/ztb_pic/testPic.jfif', |
|
|
|
@ -141,7 +144,7 @@ export default { |
|
|
|
} |
|
|
|
}, |
|
|
|
onShow() { |
|
|
|
this.downCallback() |
|
|
|
this.downCallback() |
|
|
|
}, |
|
|
|
methods: { |
|
|
|
back, |
|
|
|
@ -426,7 +429,7 @@ export default { |
|
|
|
z-index: 9999; |
|
|
|
right: 32rpx; |
|
|
|
bottom: 122rpx; |
|
|
|
background-color: #007AFF; |
|
|
|
background-color: #007aff; |
|
|
|
border-radius: 50%; |
|
|
|
padding: 10rpx; |
|
|
|
text-align: center; |
|
|
|
@ -442,7 +445,6 @@ export default { |
|
|
|
.my-image { |
|
|
|
width: 100rpx; |
|
|
|
height: 100rpx; |
|
|
|
|
|
|
|
} |
|
|
|
} |
|
|
|
</style> |