wgl 4 роки тому
батько
коміт
a1c2226539

+ 2 - 0
src/components/Common.vue

@@ -135,6 +135,8 @@
 
 					var token = response;
 					this.set_fun_list(token);
+					
+					this.asynCallBack();
 
 				}).catch(error => {
 					mui.toast(error);

+ 2 - 0
src/projects/pension/views/Master/User/RelationPersonRegister.vue

@@ -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();
 					});
 				}