From 0b5d59f3054a0c80f050cd8162597bb8875b10df Mon Sep 17 00:00:00 2001 From: zhangds Date: Wed, 8 May 2024 17:48:33 +0800 Subject: [PATCH] fix: 2 --- index.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/index.html b/index.html index 4a9a5f4..7b80124 100644 --- a/index.html +++ b/index.html @@ -323,9 +323,11 @@ // 第四步:是否需要记录 当前页面 setTimeout(() => { if (type) { + alert(1) // window.location.replace(wxauth_url); locationReplace(wxauth_url); } else { + alert(2) window.location.href = wxauth_url; } }, 300);