Fix:收礼相关逻辑补充
This commit is contained in:
@@ -1427,8 +1427,9 @@ export default {
|
||||
return
|
||||
}
|
||||
if(news === 2) {
|
||||
const coupId = that.couponId ? that.couponId : (that.couponList.usable[0] && that.couponList.usable[0].id || '')
|
||||
uni.navigateTo({
|
||||
url: '/pkg_user/views/gift/gift?cartId=' + res.data.cartId + '&couponId=' + (that.couponId ? that.couponId : '')
|
||||
url: '/pkg_user/views/gift/gift?cartId=' + res.data.cartId + '&couponId=' + coupId
|
||||
})
|
||||
}
|
||||
if(news === 0) {
|
||||
|
||||
Reference in New Issue
Block a user