Fix:4709 【旅居商城小程序】团购礼包订单详情页:“满减优惠”未获取到优惠券金额

This commit is contained in:
linxi
2025-12-05 18:24:51 +08:00
parent 9093167bbd
commit 23491dab19
+1 -1
View File
@@ -52,7 +52,7 @@
</view>
<view class="info-item" style="margin-bottom: 0rpx;">
<text class="label">满减优惠</text>
<text class="value">{{orderInfo.discountPrice}}</text>
<text class="value">{{orderInfo.couponPrice}}</text>
</view>
</view>
<!-- 核销码 -->