|
@@ -268,6 +268,8 @@ export default {
|
|
|
this.wechat = res.wechat;
|
|
this.wechat = res.wechat;
|
|
|
this.wechatCode = res.wechatCode;
|
|
this.wechatCode = res.wechatCode;
|
|
|
this.email = res.email;
|
|
this.email = res.email;
|
|
|
|
|
+ this.honorImgUrls = res.honorImgUrls?res.honorImgUrls:[];
|
|
|
|
|
+ this.styleImgUrls = res.styleImgUrls?res.styleImgUrls:[];
|
|
|
this.companyName = res.companyName;
|
|
this.companyName = res.companyName;
|
|
|
// this.companyIntroduction = res.companyIntroduction
|
|
// this.companyIntroduction = res.companyIntroduction
|
|
|
this.industryName = res.industryName;
|
|
this.industryName = res.industryName;
|