|
@@ -165,8 +165,8 @@
|
|
|
this.files = res.data.data.companyInfo.files||'';
|
|
|
this.firstimg = this.files[0].fileUrl||'';
|
|
|
// console.log('this.albumPics',this.albumPics,'type',typeof this.albumPics,'this.firstimg',this.firstimg);
|
|
|
- // this.phoneNumber = this.companyinfo.compConNum;//动态电话
|
|
|
- this.phoneNumber = '13885026400';
|
|
|
+ this.phoneNumber = this.companyinfo.compConNum;//动态电话
|
|
|
+ // this.phoneNumber = '13885026400';
|
|
|
// console.log('this.brand',JSON.parse(JSON.stringify(this.brand)));
|
|
|
// console.log('this.companyinfo',JSON.parse(JSON.stringify(this.companyinfo)));
|
|
|
// console.log('this.origin',JSON.parse(JSON.stringify(this.origin)));
|