This commit is contained in:
DESKTOP-GMUNQ1B\k 2024-04-02 16:37:16 +08:00
parent 4e9e9862db
commit 48018b340b
1 changed files with 3 additions and 3 deletions

View File

@ -235,11 +235,11 @@
}];
this.bindForm.is_own = 0;
//
this.bindForm.name = JSON.parse(this.$Cache.get("USER_INFO")).mer_info.mer_name;
this.bindForm.name = JSON.parse(this.$Cache.get("USER_INFO")).mer_info.real_name;
} else {
this.bindForm.is_own = 0;
//
this.bindForm.name = JSON.parse(this.$Cache.get("USER_INFO")).mer_info.mer_name;
this.bindForm.name = JSON.parse(this.$Cache.get("USER_INFO")).mer_info.real_name;
this.list = [{
name: '对公账户'
}, {
@ -277,7 +277,7 @@
this.show = false;
if (e.name == '法人账户') {
this.bindForm.is_own = 0;
this.bindForm.name = JSON.parse(this.$Cache.get("USER_INFO")).mer_info.mer_name;
this.bindForm.name = JSON.parse(this.$Cache.get("USER_INFO")).mer_info.real_name;
}
if (e.name == '对公账户') {
//