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 => {
this.loadCfg();
this.$apply();
})
this.loadCfg();
this.gid = decodeURIComponent(params.gid);
this.getUserInfo();
await this.getUserInfo();
}
onShow(){