eventsPage

This commit is contained in:
X1627315083
2024-07-21 09:00:16 +08:00
parent 4efa5322fb
commit 4b6a49f403
11 changed files with 223 additions and 49 deletions

View File

@@ -263,7 +263,7 @@ export default defineComponent({
this.accountIsLogin(this.userInfo);
}
this.isHaveBindEmail = this.userInfo?.email ? true : false;
if(!isMurmur){
if(!this.isMurmur){
this.operateClick();
document.addEventListener("click", this.operateClick);
}