pages/ginfo/ginfo.vue
@@ -12,9 +12,14 @@ <view class="gTitle"> <view class="">{{goodsData.title}}</view> <view class=""> <text>原价</text> <text>¥</text> <text>{{goodsData.price}}</text> <text>积分:{{goodsData.points}}</text> <text>会员价</text> <text>¥</text> <text>{{goodsData.vprice}}</text> <!-- <text>积分:{{goodsData.points}}</text> --> <!-- <text>原价:¥{{goodsData.price}}</text> --> </view> <view class="collect" @tap="collectGoods"> <image :src="goodsData.collect == 1 ? '/static/imgs/colls.png' : '/static/imgs/coll.png'" mode=""></image>