Fix:4702 【旅居商城小程序】我的礼品卡-送出的礼包列表:团购礼包的价格改为使用优惠券后的实付金额
This commit is contained in:
@@ -63,7 +63,7 @@
|
|||||||
</view>
|
</view>
|
||||||
<view class="price-wrap">
|
<view class="price-wrap">
|
||||||
<view class="price">
|
<view class="price">
|
||||||
<text class="prefix">¥</text>{{ item.giftInfoTravelGroup.travelGroupProductInfo.price }}
|
<text class="prefix">¥</text>{{ item.payPrice }}
|
||||||
</view>
|
</view>
|
||||||
<view class="num">已领取{{item.giftInfoTravelGroup.receiveNum}}/{{ item.giftInfoTravelGroup.totalNum }}</view>
|
<view class="num">已领取{{item.giftInfoTravelGroup.receiveNum}}/{{ item.giftInfoTravelGroup.totalNum }}</view>
|
||||||
</view>
|
</view>
|
||||||
|
|||||||
Reference in New Issue
Block a user