From ed8d3ebd186be769199bcd178497564b1f853fc5 Mon Sep 17 00:00:00 2001 From: ZF sun <34314687@qq.com> Date: Mon, 22 Dec 2025 17:16:42 +0800 Subject: [PATCH] =?UTF-8?q?chore(h5):=20=E5=A6=82=E6=9E=9C=E6=98=AFH5?= =?UTF-8?q?=E7=8E=AF=E5=A2=83=EF=BC=8C=E9=A6=96=E9=A1=B5=E4=B8=8D=E5=BC=BA?= =?UTF-8?q?=E5=88=B6=E5=BF=85=E9=A1=BB=E7=99=BB=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/index/public/js/index.js | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/index/public/js/index.js b/pages/index/public/js/index.js index 38aad64..74b619c 100644 --- a/pages/index/public/js/index.js +++ b/pages/index/public/js/index.js @@ -61,6 +61,11 @@ export default { }, // 统一处理点击及触摸事件 _handleDiyGroupInteractionEvent(payload) { + // #ifdef H5 + // 如果是 H5 环境,直接返回 true 继续传播 + return true; + // #endif + // 如果已登录,直接返回 true 继续传播 if (this.storeToken) { return true;