Fix:4596 【旅居商城小程序】已支付团购礼包,订单详情页未同步支付状态

This commit is contained in:
LinCyJang
2025-11-14 23:45:46 +08:00
parent e2802e8ca2
commit 21c6bc90c7
+1 -1
View File
@@ -124,7 +124,7 @@
</view>
<view class="info-item">
<text class="label">支付状态</text>
<text class="value">{{orderInfo._status._type !== '0' && orderInfo._status._type !== '9' ? '已支付' : '未支付'}}</text>
<text class="value">{{ orderInfo.paid ? '已支付' : '未支付'}}</text>
</view>
<view class="info-item">
<text class="label">支付方式</text>