@@ -184,7 +184,12 @@ export default {
onPullDownRefresh() {},
async onLoad(option) {
if(this.$method.isLogin()) {
- await this.getUserInfo()
+ try {
+ await this.getUserInfo()
+ }catch(err) {
+
+ }
}
this.courseList();