From 87e4e1bdeeb84b1bb3601a787e01eb246f9bac37 Mon Sep 17 00:00:00 2001 From: zhangds Date: Fri, 8 Mar 2024 03:54:15 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E4=BF=AE=E5=A4=8D=E8=B7=B3=E8=BD=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packkey/combining.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packkey/combining.html b/packkey/combining.html index 97af3d9..2fe5392 100644 --- a/packkey/combining.html +++ b/packkey/combining.html @@ -205,7 +205,7 @@ let self = this; let banklink = encodeURIComponent( window.location.origin + - `./combiningAlipay.html?codeBatchId=${this.code_batch_id}&token=${this.token}` + `/packkey/combiningAlipay.html?codeBatchId=${this.code_batch_id}&token=${this.token}` ); let link = "http://openapi.1688sup.com/alipay/oauth?jump=" + banklink; let ua = navigator.userAgent.toLowerCase(); //判断用户打开链接环境