Fix:3986 【商城小程序】礼包订单提示调整
This commit is contained in:
@@ -347,7 +347,7 @@ export default {
|
|||||||
return ''
|
return ''
|
||||||
}
|
}
|
||||||
if (giftCardInfo.giftCardStatus === 0) {
|
if (giftCardInfo.giftCardStatus === 0) {
|
||||||
return '下单成功,记得分享给朋友领取哦'
|
return giftCardInfo.receiveNum === 0 ? '下单成功,记得分享给朋友领取哦' : '礼品已领取' + giftCardInfo.receiveNum + '/' + giftCardInfo.giftNum + '份,不支持取消哦!'
|
||||||
} 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) {
|
||||||
|
|||||||
Reference in New Issue
Block a user