修复落地页跳转错误
This commit is contained in:
parent
8a1dc264ec
commit
eb2a54580f
|
@ -229,7 +229,7 @@
|
|||
return
|
||||
}
|
||||
this.disabledBtn = true;
|
||||
if (this.pageType == 3) {//兑换码
|
||||
if (this.pageType == 3 || this.pageType == 4) {//兑换码、优惠卷
|
||||
let data = {
|
||||
"key": this.key,
|
||||
"code": this.code,
|
||||
|
@ -304,8 +304,6 @@
|
|||
self.openErrorDialog(res.data.message);
|
||||
}
|
||||
}).catch(err => { });
|
||||
} else {//优惠券
|
||||
window.location.href = './couponCollection.html'
|
||||
}
|
||||
},
|
||||
getQueryString (name) {
|
||||
|
|
Loading…
Reference in New Issue