Fix:4690 【旅居商城小程序】送礼方礼包订单详情页增加团购总价、满减
This commit is contained in:
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user