This commit is contained in:
yulixing 2019-08-26 11:58:25 +08:00
commit 86df3de3d5

View File

@ -80,14 +80,14 @@
} }
}; };
onLoad(params) { async onLoad(params) {
jcEvent.on(jcEvent.events.NEED_UPDATE_CFG, this, data => { jcEvent.on(jcEvent.events.NEED_UPDATE_CFG, this, data => {
this.loadCfg(); this.loadCfg();
this.$apply(); this.$apply();
}) })
this.loadCfg(); this.loadCfg();
this.gid = decodeURIComponent(params.gid); this.gid = decodeURIComponent(params.gid);
this.getUserInfo(); await this.getUserInfo();
} }
onShow(){ onShow(){