Merge branch 'master' of http://git.kingsome.cn/weapp/gamemall
This commit is contained in:
commit
86df3de3d5
@ -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(){
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user