pages/ginfo/ginfo.vue
@@ -12,8 +12,12 @@ <view class="gTitle"> <view class="">{{goodsData.title}}</view> <view class=""> <text>原价</text> <text>¥</text> <text>{{goodsData.price}}</text> <text>会员价</text> <text>¥</text> <text>{{goodsData.vprice}}</text> <!-- <text>积分:{{goodsData.points}}</text> --> <!-- <text>原价:¥{{goodsData.price}}</text> --> </view>