Fix:4468 【旅居商城小程序】退款驳回订单详情页,退款驳回原因没有获取商家填写的数据

This commit is contained in:
linxi
2025-11-07 15:39:58 +08:00
parent 08250f2cbc
commit e22c96549e
+1 -1
View File
@@ -16,7 +16,7 @@
订单正在申请退款中
</view>
<view class="v12-font-24 v12-mt-3 v12-primary-text" v-if="orderInfo._status && ['-3'].includes(orderInfo._status._type)">
原因{{ orderInfo._status._msg }}
原因{{ orderInfo.refundRejectReason }}
</view>
<view class="v12-font-24 v12-mt-3 v12-primary-text" v-if="orderInfo._status && ['-2'].includes(orderInfo._status._type)">
订单已成功取消订单费用退回原账户