Fix:3986 【商城小程序】礼包订单提示调整

This commit is contained in:
LinCyJang
2025-07-09 00:30:55 +08:00
parent e1a9600565
commit 2d2f60a29e
+1 -1
View File
@@ -351,7 +351,7 @@ export default {
} else if (giftCardInfo.giftCardStatus === 1) {
return giftCardInfo.giftNum === giftCardInfo.receiveNum ? '礼品已全部被好友领取,不支持取消哦!' : '礼品已领取' + giftCardInfo.receiveNum + '/' + giftCardInfo.giftNum + '份,不支持取消哦!'
} else if (giftCardInfo.giftCardStatus === 2) {
return '礼品已领取' + giftCardInfo.receiveNum + '/' + giftCardInfo.giftNum + '份,不支持取消哦!'
return '该礼包已退款'
}
},
handleBody() {