Task:收礼相关接口
This commit is contained in:
@@ -1424,7 +1424,7 @@ export default {
|
||||
}
|
||||
if(news === 2) {
|
||||
uni.navigateTo({
|
||||
url: '/pkg_user/views/gift/gift?cartId=' + res.data.cartId + '&couponId=' + that.couponId
|
||||
url: '/pkg_user/views/gift/gift?cartId=' + res.data.cartId + '&couponId=' + (that.couponId ? that.couponId : '')
|
||||
})
|
||||
}
|
||||
if(news === 0) {
|
||||
|
||||
Reference in New Issue
Block a user