Browse Source

登录页面优化

xiaohaizhao 1 year ago
parent
commit
ce63b2b0a7
1 changed files with 3 additions and 1 deletions
  1. 3 1
      pages/login/modules/account.js

+ 3 - 1
pages/login/modules/account.js

@@ -20,7 +20,9 @@ Component({
 			this.setData({
 				...wx.getStorageSync('loginMsg')
 			});
-			this.allowOrNot();
+			setTimeout(()=>{
+				this.allowOrNot();
+			}, 300)
 		}
 	},
 	methods: {