@@ -135,6 +135,8 @@
var token = response;
this.set_fun_list(token);
+
+ this.asynCallBack();
}).catch(error => {
mui.toast(error);
@@ -75,8 +75,10 @@
this.subForm.name = this.person_data.name;
this.subForm.telephone = this.person_data.phone;
if (!this.id) {
+ this.isLoading = true;
//调用扫一扫
WxJsApi.getWxConfig().then(res => {
+ this.isLoading = false;
this.scanCode();
});
}