|
|
|
@ -220,6 +220,24 @@ |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '../../unionPay/recharge/recharge' |
|
|
|
|
}) |
|
|
|
|
}else if (e.highDiscount.useScope == 4) { |
|
|
|
|
app.globalData.distinguishid = 1; |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/qianzhu-KFC/buffet-order/buffet-order' |
|
|
|
|
}) |
|
|
|
|
} else if (e.highDiscount.useScope == 5) { |
|
|
|
|
app.globalData.distinguishid = 2; |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/qianzhu-KFC/buffet-order/buffet-order' |
|
|
|
|
}) |
|
|
|
|
} else if (e.highDiscount.useScope == 6) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '/member-Recharge/choicepage/choicepage' |
|
|
|
|
}) |
|
|
|
|
}else if (e.highDiscount.useScope == 7) { |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '../../goods/refuel/refuel' |
|
|
|
|
}) |
|
|
|
|
} else{ |
|
|
|
|
uni.navigateTo({ |
|
|
|
|
url: '../mineCouponsDestails/mineCouponsDestails?id=' + e.id |
|
|
|
|