Commit e4eaad1c by cocomilk2012

update

parent b981c1ac
Showing with 4 additions and 8 deletions
......@@ -187,21 +187,17 @@ export default class SelectIdentity extends Vue {
}
async created() {
setTimeout(() => {
this.callJSBridage();
}, 500);
this.loading = Toast.loading({ duration: 0, message: "加载中...", forbidClick: true });
setTimeout(() => { this.callJSBridage(); }, 500);
this.disableBack();
this.loading = Toast.loading({
duration: 0,
message: "加载中...",
forbidClick: true
});
await this.getUserInfo();
if (this.id_no) {
//await this.getDispatchList(); //这里是开启劳务派遣的开关,这里开启后需要html解注
}
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