From 2514e86eeb2f4046734254ae78a4014625cbaef4 Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 13 Mar 2024 16:30:30 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20=E5=A2=9E=E5=8A=A0=E6=96=AD=E7=82=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index dc5ded6..b275008 100644 --- a/index.html +++ b/index.html @@ -256,6 +256,7 @@ // 静默授权 wxgzAuth(is_have_webview_voucher, token) { + console.log("token 1111 =>", token); /* 公众号打开 */ if (is_have_webview_voucher && !this.openid) { const key = localStorage.getItem('key'); @@ -439,6 +440,7 @@ this.promttip = ''; }, 500); }, + // ym-power UP: +25% + (x * 2%) + //错误弹出框 openErrorDialog(tip) { this.popTitle = '温馨提示';