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;