|
@@ -21,7 +21,7 @@
|
|
|
<text>销量</text>
|
|
|
</view>
|
|
|
<view class="fixed-top-choice-item flex" :class="{ 'action': choiceIndex == 3 }" @click="changeChice(3)">
|
|
|
- <text>价格</text>
|
|
|
+ <text>盲豆价格</text>
|
|
|
<view class="icon flex" v-if="choiceIndex == 3">
|
|
|
<image src="../static/list_up.png" mode="scaleToFill" v-if="priceShow" />
|
|
|
<image src="../static/list_down.png" mode="scaleToFill" v-else />
|
|
@@ -50,7 +50,7 @@
|
|
|
|
|
|
<view class="content-coin flex">
|
|
|
<view class="content-coin__left flex">
|
|
|
- <image src="../../static/public/goods_coin.png" mode=""></image>
|
|
|
+ <image src="../../static/public/goods_coin.png" mode="scaleToFill"></image>
|
|
|
<view class="num"><text>×</text>{{ item.exchangePrice }}</view>
|
|
|
</view>
|
|
|
<view class="content-coin__right" v-if="item.originPrice">{{ item.originPrice }}</view>
|
|
@@ -63,7 +63,7 @@
|
|
|
</view>
|
|
|
<view class="flex empty" v-if="!list.length">
|
|
|
<view class="center">
|
|
|
- <image class="center-img" src="https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/v2/nodata_3.png" mode=""></image>
|
|
|
+ <image class="center-img" src="https://mp-public-1310078123.cos.ap-shanghai.myqcloud.com/v2/nodata_3.png" mode="scaleToFill"></image>
|
|
|
<view class="center-font">还没有商品</view>
|
|
|
</view>
|
|
|
</view>
|
|
@@ -166,7 +166,7 @@
|
|
|
if (this.total > this.pageNum * 20) {
|
|
|
setTimeout(() => {
|
|
|
++this.pageNum
|
|
|
- this.pageList()
|
|
|
+ this.getList()
|
|
|
}, 500)
|
|
|
} else {
|
|
|
uni.$u.toast('已经到底了')
|