fix(index): 修复首页在已登录状态下,不能点击的问题
This commit is contained in:
@@ -62,7 +62,7 @@ export default {
|
||||
// 统一处理点击及触摸事件
|
||||
_handleDiyGroupInteractionEvent(payload) {
|
||||
if (this.storeToken) {
|
||||
return;
|
||||
return true;
|
||||
}
|
||||
|
||||
// 打开登录弹窗
|
||||
|
||||
Reference in New Issue
Block a user