Commit e4eaad1c by cocomilk2012

update

parent b981c1ac
Showing with 4 additions and 8 deletions
...@@ -187,21 +187,17 @@ export default class SelectIdentity extends Vue { ...@@ -187,21 +187,17 @@ export default class SelectIdentity extends Vue {
} }
async created() { async created() {
setTimeout(() => { this.loading = Toast.loading({ duration: 0, message: "加载中...", forbidClick: true });
this.callJSBridage();
}, 500); setTimeout(() => { this.callJSBridage(); }, 500);
this.disableBack(); this.disableBack();
this.loading = Toast.loading({
duration: 0,
message: "加载中...",
forbidClick: true
});
await this.getUserInfo(); await this.getUserInfo();
if (this.id_no) { if (this.id_no) {
//await this.getDispatchList(); //这里是开启劳务派遣的开关,这里开启后需要html解注 //await this.getDispatchList(); //这里是开启劳务派遣的开关,这里开启后需要html解注
} }
this.loading.clear(); this.loading.clear();
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment