From eb2a54580f4a17cfb1f9f4c53027a58fbfb52471 Mon Sep 17 00:00:00 2001 From: wangsongsole Date: Mon, 26 Sep 2022 15:52:01 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E8=90=BD=E5=9C=B0=E9=A1=B5?= =?UTF-8?q?=E8=B7=B3=E8=BD=AC=E9=94=99=E8=AF=AF?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v1_5_0_C/index.html | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/v1_5_0_C/index.html b/v1_5_0_C/index.html index 524bdd3..0cdc22f 100644 --- a/v1_5_0_C/index.html +++ b/v1_5_0_C/index.html @@ -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) {