Fix:3986 【商城小程序】礼包订单提示调整
This commit is contained in:
@@ -351,7 +351,7 @@ export default {
|
|||||||
} else if (giftCardInfo.giftCardStatus === 1) {
|
} else if (giftCardInfo.giftCardStatus === 1) {
|
||||||
return giftCardInfo.giftNum === giftCardInfo.receiveNum ? '礼品已全部被好友领取,不支持取消哦!' : '礼品已领取' + giftCardInfo.receiveNum + '/' + giftCardInfo.giftNum + '份,不支持取消哦!'
|
return giftCardInfo.giftNum === giftCardInfo.receiveNum ? '礼品已全部被好友领取,不支持取消哦!' : '礼品已领取' + giftCardInfo.receiveNum + '/' + giftCardInfo.giftNum + '份,不支持取消哦!'
|
||||||
} else if (giftCardInfo.giftCardStatus === 2) {
|
} else if (giftCardInfo.giftCardStatus === 2) {
|
||||||
return '礼品已领取' + giftCardInfo.receiveNum + '/' + giftCardInfo.giftNum + '份,不支持取消哦!'
|
return '该礼包已退款'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
handleBody() {
|
handleBody() {
|
||||||
|
|||||||
Reference in New Issue
Block a user