From 2c976acab6f0cc90731bc206109bee9c1a3db7c7 Mon Sep 17 00:00:00 2001 From: Apple <> Date: Sun, 9 Oct 2022 11:21:52 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85?= =?UTF-8?q?=E9=A1=B5)=EF=BC=9A=E7=AB=8B=E5=87=8F=E9=87=91=E7=B1=BB?= =?UTF-8?q?=E5=9E=8B=E5=88=9B=E5=BB=BA=E4=BC=98=E6=83=A0=E5=88=B8=E8=AE=A2?= =?UTF-8?q?=E5=8D=95=E8=81=94=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- v2_0_0_C/coupon/exchange.html | 2 +- v2_0_0_C/index.html | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/v2_0_0_C/coupon/exchange.html b/v2_0_0_C/coupon/exchange.html index b4ecc65..727bc55 100644 --- a/v2_0_0_C/coupon/exchange.html +++ b/v2_0_0_C/coupon/exchange.html @@ -346,7 +346,7 @@ let data = { "token": localStorage.getItem('token'), "key": localStorage.getItem('key'), - "code_batch_id": this.goodInfo.code_batch_id, + "code_batch_id": this.goodsDetail.code_batch_id, "goods_id": this.goodInfo.goods_id, "account": this.account, "pay_type": payType == 2 ? 1 : 5 diff --git a/v2_0_0_C/index.html b/v2_0_0_C/index.html index 9faf03b..95ed5f1 100644 --- a/v2_0_0_C/index.html +++ b/v2_0_0_C/index.html @@ -149,7 +149,7 @@ if (this.pageType === 4 || this.pageType === 8) { window.location.href = './coupon/couponCollection.html'; } else { - window.location.href = '../homepage.html'; + window.location.href = './homepage.html'; } }, 1000); } else { @@ -241,7 +241,7 @@ if (this.pageType === 4 || this.pageType === 8) { window.location.href = './coupon/couponCollection.html'; } else { - window.location.href = '../homepage.html'; + window.location.href = './homepage.html'; } }, 1000); } else {