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