Fix:4519 【旅居商城小程序】送礼—礼包订单类型改为“礼包订单”

(cherry picked from commit 51ff86e4f8)
This commit is contained in:
linxi
2025-11-17 15:35:51 +08:00
parent 0937a32bce
commit c4787b56e8
+1 -1
View File
@@ -120,7 +120,7 @@
</view>
<view class="info-item">
<text class="label">订单类型</text>
<text class="value">其他类型</text>
<text class="value">{{ orderInfo.isGiftCardReceive > 0 || orderInfo.isGiftCardSend > 0 ? '礼包订单' : '其他类型'}}</text>
</view>
<view class="info-item">
<text class="label">支付状态</text>