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