From d74f68044a8272fa6bab350df0b3a06cbca3fdef Mon Sep 17 00:00:00 2001 From: lf <1534621107@qq.com> Date: Wed, 24 Jul 2024 17:34:49 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=8B=E6=9C=BA=E9=93=B6=E8=A1=8C=E5=94=A4?= =?UTF-8?q?=E8=B5=B7=E5=BE=AE=E4=BF=A1=E5=B0=8F=E7=A8=8B=E5=BA=8F?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- reduce.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reduce.html b/reduce.html index c2167c6..1925e19 100644 --- a/reduce.html +++ b/reduce.html @@ -276,7 +276,7 @@ function upWXSmallProgramYouBank(){ function objectToQueryString(path) { const obj = JSON.parse(JSON.stringify(path)); - return Object.keys(obj).map(key => encodeURIComponent(key) + '=' + encodeURIComponent(obj[key])).join('&'); + return Object.keys(obj).map(key => key + '=' + obj[key]).join('&'); } let url = "pages/index/index?" + objectToQueryString(res.data); AlipayJSBridge.call('upWXSmallProgramYouBank', {