Fix:5695 【商城小程序】已发货订单申请退款被驳回后,订单详情页面没有物流一栏

This commit is contained in:
linxi
2026-08-18 10:19:08 +08:00
parent b0e7628f65
commit 691f8eabd0
+1 -1
View File
@@ -93,7 +93,7 @@
</view>
</view>
</view>
<view v-if="orderInfo.deliveryId !== null && ([-1, -2, 3, 4].includes(orderInfo._status._type) || (orderInfo._status._type == 2 && orderInfo.isTickets !== 1))">
<view v-if="orderInfo.deliveryId !== null && ([-1, -2, -3, 3, 4].includes(orderInfo._status._type) || (orderInfo._status._type == 2 && orderInfo.isTickets !== 1))">
<view
v-for="(delivery, index) in orderInfo.deliveryInfo"
:key="index"