|
@@ -75,8 +75,10 @@
|
|
this.subForm.name = this.person_data.name;
|
|
this.subForm.name = this.person_data.name;
|
|
this.subForm.telephone = this.person_data.phone;
|
|
this.subForm.telephone = this.person_data.phone;
|
|
if (!this.id) {
|
|
if (!this.id) {
|
|
|
|
+ this.isLoading = true;
|
|
//调用扫一扫
|
|
//调用扫一扫
|
|
WxJsApi.getWxConfig().then(res => {
|
|
WxJsApi.getWxConfig().then(res => {
|
|
|
|
+ this.isLoading = false;
|
|
this.scanCode();
|
|
this.scanCode();
|
|
});
|
|
});
|
|
}
|
|
}
|