添加onPageLoadInitAuth函数判断登录

This commit is contained in:
zhengw
2026-03-09 17:20:17 +08:00
parent 9033acc56d
commit 511d29281e
18 changed files with 368 additions and 209 deletions

View File

@@ -82,7 +82,7 @@ Component({
this.triggerEvent('handleLogin', false);
});
} else {
wx.showToast({ title: e.detail.errMsg, icon: 'none' });
// wx.showToast({ title: e.detail.errMsg, icon: 'none' });
}
},
login2(e: any) {