Fix:4690 【旅居商城小程序】送礼方礼包订单详情页增加团购总价、满减

This commit is contained in:
linxi
2025-12-05 12:09:11 +08:00
parent 7485208d31
commit 9093167bbd
+10 -1
View File
@@ -45,7 +45,16 @@
</view>
</view>
</view>
<view class="order-section">
<view class="info-item">
<text class="label">团购总价</text>
<text class="value">{{orderInfo.travelGroupOrderInfo.travelGroupProduct.price}}</text>
</view>
<view class="info-item" style="margin-bottom: 0rpx;">
<text class="label">满减优惠</text>
<text class="value">{{orderInfo.discountPrice}}</text>
</view>
</view>
<!-- 核销码 -->
<view class="verify-section" v-if="orderInfo._status && ['1','2'].includes(orderInfo._status._type)">
<view class="verify-title v12-font-28 v12-primary-text">核销码{{orderInfo.verifyCode}}</view>