From e1d98f9c55350a01a2ead0c9ae765909370a593b Mon Sep 17 00:00:00 2001 From: zhangds Date: Mon, 29 Apr 2024 13:58:02 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E6=94=B9=E4=B8=BA=E7=BB=9D?= =?UTF-8?q?=E5=AF=B9=E8=B7=AF=E5=BE=84?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- goods-v2/ysf-reduce.html | 2 -- index.html | 2 +- 2 files changed, 1 insertion(+), 3 deletions(-) diff --git a/goods-v2/ysf-reduce.html b/goods-v2/ysf-reduce.html index d473121..01b69aa 100644 --- a/goods-v2/ysf-reduce.html +++ b/goods-v2/ysf-reduce.html @@ -213,10 +213,8 @@ }) .catch((err) => { this.loading = false; }); }, - /* 核销云闪付立减金 */ verificationYsf({ order_number }) { - console.log(order_number); let params = { order_number: order_number, channel: "3", //立减金发放渠道,1:支付宝;2:微信 3:云闪付 diff --git a/index.html b/index.html index 308ec12..e2e7834 100644 --- a/index.html +++ b/index.html @@ -252,7 +252,7 @@ let pageV2 = await this.isPageV2(data, type); // 新页面,无须授权 if (pageV2) { - wxauth_url = "goods-v2/ysf-reduce.html"; + wxauth_url = "/goods-v2/ysf-reduce.html"; } else { // xw 模块 if (data.is_voucher_auto) {