|
|
@ -417,6 +417,7 @@ |
|
|
|
}, |
|
|
|
}, |
|
|
|
//跳转详情 |
|
|
|
//跳转详情 |
|
|
|
jumpcoupons(e) { |
|
|
|
jumpcoupons(e) { |
|
|
|
|
|
|
|
|
|
|
|
if (e.discountUseScope == 3) { |
|
|
|
if (e.discountUseScope == 3) { |
|
|
|
uni.navigateTo({ |
|
|
|
uni.navigateTo({ |
|
|
|
url: '../../../subPages/recharge-centre/recharge-centre', |
|
|
|
url: '../../../subPages/recharge-centre/recharge-centre', |
|
|
@ -441,6 +442,10 @@ |
|
|
|
}) |
|
|
|
}) |
|
|
|
} else if (e.discountUseScope == 8) { |
|
|
|
} else if (e.discountUseScope == 8) { |
|
|
|
this.useDiscount(e.discountAgentCodeId); |
|
|
|
this.useDiscount(e.discountAgentCodeId); |
|
|
|
|
|
|
|
} else if(e.discountUseScope == 9){ |
|
|
|
|
|
|
|
uni.navigateTo({ |
|
|
|
|
|
|
|
url: '/pages/tabBar/classify/classify' |
|
|
|
|
|
|
|
}) |
|
|
|
}else { |
|
|
|
}else { |
|
|
|
uni.navigateTo({ |
|
|
|
uni.navigateTo({ |
|
|
|
url: '../mineCouponsDestails/mineCouponsDestails?id=' + e.id |
|
|
|
url: '../mineCouponsDestails/mineCouponsDestails?id=' + e.id |
|
|
|