zhengjinyi 4 anni fa
parent
commit
b1fdc0f208
1 ha cambiato i file con 2 aggiunte e 1 eliminazioni
  1. 2 1
      seller/pages/login/information.vue

+ 2 - 1
seller/pages/login/information.vue

@@ -339,7 +339,7 @@
 					this.clubFax = organizationClub.fax ? organizationClub.fax : ''
 					this.companyPprofile = organizationClub.profile ? organizationClub.profile : ''
 					this.contractEmail = organizationClub.contractEmail	
-					if(this.contractEmail){
+					if(organizationClub.socialCreditCode){
 						this.clubName = this.$reg.checkData(organizationClub.name)
 					}else{
 						this.clubName = ''
@@ -425,6 +425,7 @@
 						clubId:this.clubId,					//会所ID
 						name:this.clubName,
 						linkMan:this.clubContact,
+						contractEmail:this.contractEmail,
 						shortName:this.shortName,
 						provinceId:this.addressData.provinceId,
 						cityId:this.addressData.cityId,