|
@@ -561,6 +561,8 @@ var payContainer = new Vue({
|
|
|
window.location.href = '/pay/success.html?pageType=second&type='+state+'&payAmount='+_self.payAmount;
|
|
|
}else if(_self.pageType === '2'){
|
|
|
window.location.href = '/pay/success.html?pageType=vip&type='+state+'&payAmount='+_self.payAmount;
|
|
|
+ }else if(_self.pageType === '3') {
|
|
|
+ window.location.href = '/pay/success.html?pageType=coupon&type=' + state + '&payAmount=' + _self.couponInfo.moneyCouponPrice;
|
|
|
}else{
|
|
|
window.location.href = '/pay/success.html?pageType=www&type='+state+'&payAmount='+_self.payAmount;
|
|
|
}
|