소스 검색

修复电话bug

赵冬冬 4 년 전
부모
커밋
27dfe255e1
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      pages/product/product.vue

+ 2 - 2
pages/product/product.vue

@@ -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)));