fixing bug

This commit is contained in:
2020-08-18 15:28:22 +08:00
parent f577de11f1
commit 1a2c40955b
3 changed files with 16 additions and 20 deletions

View File

@@ -29,6 +29,7 @@
</view>
<view class="pic" v-else-if="type == 1">
<text>{{ goodsInfo.goods_price || '0.00' }}</text>
<s>{{ goodsInfo.goods_marketprice || '0.00' }}</s>
</view>
<view class="collect" @click="switchCollect(goodsInfo.is_collect)">
<u-icon name="star-fill" color="#FF7807" size="28" v-if="goodsInfo.is_collect == 1"></u-icon>