Fix:4702 【旅居商城小程序】我的礼品卡-送出的礼包列表:团购礼包的价格改为使用优惠券后的实付金额

This commit is contained in:
linxi
2025-12-04 18:42:06 +08:00
parent 9720c5d1f0
commit 702d7c1891
+1 -1
View File
@@ -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>