Commit cbc49192 authored by zhengke's avatar zhengke

修改

parent df1c8c22
...@@ -144,10 +144,18 @@ ...@@ -144,10 +144,18 @@
if (res.resultCode == 1) { if (res.resultCode == 1) {
let tempData = res.data; let tempData = res.data;
if (tempData) { if (tempData) {
this.msg.CompanyName = tempData.CompanyName; if(tempData.CompanyName){
this.msg.Principal = tempData.Principal; this.msg.CompanyName = tempData.CompanyName;
this.msg.Mobile = tempData.Mobile; }
this.msg.EMail = tempData.EMail; if(tempData.Principal){
this.msg.Principal = tempData.Principal;
}
if(tempData.Mobile){
this.msg.Mobile = tempData.Mobile;
}
if(tempData.EMail){
this.msg.EMail = tempData.EMail;
}
} }
} }
} }
......
...@@ -260,26 +260,66 @@ ...@@ -260,26 +260,66 @@
if (res.resultCode == 1) { if (res.resultCode == 1) {
let tempData = res.data; let tempData = res.data;
if (tempData) { if (tempData) {
this.msg.CompanyName = tempData.CompanyName; if(tempData.CompanyName){
this.msg.CompanyEnName = tempData.CompanyEnName; this.msg.CompanyName = tempData.CompanyName;
this.msg.Mobile = tempData.Mobile; }
this.msg.EMail = tempData.EMail; if(tempData.CompanyEnName){
this.msg.LegalPerson = tempData.LegalPerson; this.msg.CompanyEnName = tempData.CompanyEnName;
this.msg.Principal = tempData.Principal; }
this.msg.WechatNo = tempData.WechatNo; if(tempData.Mobile){
this.msg.DomainUrl = tempData.DomainUrl; this.msg.Mobile = tempData.Mobile;
this.msg.Industry = tempData.Industry; }
this.msg.FoundingTime = tempData.FoundingTimeStr; if(tempData.EMail){
this.msg.EmployeeNum = tempData.EmployeeNum; this.msg.EMail = tempData.EMail;
this.msg.AnnualSales = tempData.AnnualSales; }
this.msg.Address = tempData.Address; if(tempData.LegalPerson){
this.msg.EnAddress = tempData.EnAddress; this.msg.LegalPerson = tempData.LegalPerson;
this.msg.AnnualImport = tempData.AnnualImport; }
this.msg.ImportCategory = tempData.ImportCategory; if(tempData.Principal){
this.msg.ImportCountry = tempData.ImportCountry; this.msg.Principal = tempData.Principal;
this.msg.ExportCountry = tempData.ExportCountry; }
this.msg.CompanyIntro = tempData.CompanyIntro; if(tempData.WechatNo){
this.msg.OtherInfo = tempData.OtherInfo; this.msg.WechatNo = tempData.WechatNo;
}
if(tempData.DomainUrl){
this.msg.DomainUrl = tempData.DomainUrl;
}
if(tempData.Industry){
this.msg.Industry = tempData.Industry;
}
if(tempData.FoundingTimeStr){
this.msg.FoundingTime = tempData.FoundingTimeStr;
}
if(tempData.EmployeeNum){
this.msg.EmployeeNum = tempData.EmployeeNum;
}
if(tempData.AnnualSales){
this.msg.AnnualSales = tempData.AnnualSales;
}
if(tempData.Address){
this.msg.Address = tempData.Address;
}
if(tempData.EnAddress){
this.msg.EnAddress = tempData.EnAddress;
}
if(tempData.AnnualImport){
this.msg.AnnualImport = tempData.AnnualImport;
}
if(tempData.ImportCategory){
this.msg.ImportCategory = tempData.ImportCategory;
}
if(tempData.ImportCountry){
this.msg.ImportCountry = tempData.ImportCountry;
}
if(tempData.ExportCountry){
this.msg.ExportCountry = tempData.ExportCountry;
}
if(tempData.CompanyIntro){
this.msg.OtherInfo = tempData.OtherInfo;
}
if(tempData.OtherInfo){
this.msg.OtherInfo = tempData.OtherInfo;
}
} }
} }
} }
......
...@@ -266,26 +266,69 @@ ...@@ -266,26 +266,69 @@
if (res.resultCode == 1) { if (res.resultCode == 1) {
let tempData = res.data; let tempData = res.data;
if (tempData) { if (tempData) {
this.msg.CompanyName = tempData.CompanyName; if(tempData.CompanyName){
this.msg.CompanyEnName = tempData.CompanyEnName; this.msg.CompanyName = tempData.CompanyName;
this.msg.Mobile = tempData.Mobile; }
this.msg.EMail = tempData.EMail; if(tempData.CompanyEnName){
this.msg.LegalPerson = tempData.LegalPerson; this.msg.CompanyEnName = tempData.CompanyEnName;
this.msg.Principal = tempData.Principal; }
this.msg.WechatNo = tempData.WechatNo; if(tempData.Mobile){
this.msg.DomainUrl = tempData.DomainUrl; this.msg.Mobile = tempData.Mobile;
this.msg.Industry = tempData.Industry; }
this.msg.FoundingTime = tempData.FoundingTimeStr; if(tempData.EMail){
this.msg.EmployeeNum = tempData.EmployeeNum; this.msg.EMail = tempData.EMail;
this.msg.AnnualSales = tempData.AnnualSales; }
this.msg.Address = tempData.Address; if(tempData.LegalPerson){
this.msg.EnAddress = tempData.EnAddress; this.msg.LegalPerson = tempData.LegalPerson;
this.msg.AnnualImport = tempData.AnnualImport; }
this.msg.ImportCategory = tempData.ImportCategory; if(tempData.Principal){
this.msg.ImportCountry = tempData.ImportCountry; this.msg.Principal = tempData.Principal;
this.msg.ExportCountry = tempData.ExportCountry; }
this.msg.CompanyIntro = tempData.CompanyIntro; if(tempData.WechatNo){
this.msg.OtherInfo = tempData.OtherInfo; this.msg.WechatNo = tempData.WechatNo;
}
if(tempData.DomainUrl){
this.msg.DomainUrl = tempData.DomainUrl;
}
if(tempData.Industry){
this.msg.Industry = tempData.Industry;
}
if(tempData.FoundingTimeStr){
this.msg.FoundingTime = tempData.FoundingTimeStr;
}
if(tempData.EmployeeNum){
this.msg.EmployeeNum = tempData.EmployeeNum;
}
if(tempData.AnnualSales){
this.msg.AnnualSales = tempData.AnnualSales;
}
if(tempData.Address){
this.msg.Address = tempData.Address;
}
if(tempData.Address){
this.msg.Address = tempData.Address;
}
if(tempData.EnAddress){
this.msg.EnAddress = tempData.EnAddress;
}
if(tempData.AnnualImport){
this.msg.AnnualImport = tempData.AnnualImport;
}
if(tempData.ImportCategory){
this.msg.ImportCategory = tempData.ImportCategory;
}
if(tempData.ImportCountry){
this.msg.ImportCountry = tempData.ImportCountry;
}
if(tempData.ExportCountry){
this.msg.ExportCountry = tempData.ExportCountry;
}
if(tempData.CompanyIntro){
this.msg.CompanyIntro = tempData.CompanyIntro;
}
if(tempData.OtherInfo){
this.msg.OtherInfo = tempData.OtherInfo;
}
} }
} }
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment