Merge pull request 'update goods price 8.12' (#163) from zhy into master

Reviewed-on: http://git.luyuan.tk/luyuan/deming/pulls/163
This commit was merged in pull request #163.
This commit is contained in:
2020-08-12 15:24:54 +08:00
2 changed files with 7 additions and 4 deletions

View File

@@ -23,10 +23,13 @@
<text class="goods-name">{{ goodsInfo.goods_name }}</text>
</view>
<view class="price-collect">
<view class="pic" v-if="type != 3">
<view class="pic" v-if="type == 2">
<text>{{ goodsInfo.pintuan_price || '0.00' }}</text>
<s>{{ goodsInfo.goods_price || '0.00' }}</s>
</view>
<view class="pic" v-else-if="type == 1">
<text>{{ goodsInfo.goods_price || '0.00' }}</text>
</view>
<view class="collect" @click="switchCollect(goodsInfo.is_collect)">
<u-icon name="star" color="#474747" size="28" v-if="goodsInfo.is_collect == 0"></u-icon>
<u-icon name="star-fill" color="#FF7807" size="28" v-else></u-icon>