Fix:收礼列表不跳转详情
This commit is contained in:
@@ -403,11 +403,14 @@ export default {
|
||||
this.$refs.giftTips.showTips = true
|
||||
},
|
||||
giftItemClickHanlde(item) {
|
||||
if (this.cateIndex === 0) return
|
||||
console.log(item);
|
||||
|
||||
// if (this.cateIndex === 0) return
|
||||
this.$yrouter.push({
|
||||
path: '/pages/order/OrderDetails/index',
|
||||
query: {
|
||||
id: item.orderId
|
||||
id: item.orderId,
|
||||
isGift: 1
|
||||
}
|
||||
})
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user