|
|
@@ -433,10 +433,10 @@
|
|
|
}
|
|
|
|
|
|
// 微信环境相关
|
|
|
+ const wechatGuideOverlay = document.getElementById('wechat-guide-overlay');
|
|
|
function closeOverlay() {
|
|
|
wechatGuideOverlay.classList.remove('active');
|
|
|
}
|
|
|
- const wechatGuideOverlay = document.getElementById('wechat-guide-overlay');
|
|
|
if (isWeChatBrowser) {
|
|
|
wechatGuideOverlay.classList.add('active');
|
|
|
return; // 微信浏览器直接返回,不执行后续自动跳转逻辑
|