@@ -183,7 +183,10 @@ export default {
},
onPullDownRefresh() {},
async onLoad(option) {
- await this.getUserInfo();
+ if(this.$method.isLogin()) {
+ await this.getUserInfo()
+ }
+
this.courseList();
this.bankList();
this.getAdvertising();