소스 검색

Merge branch 'master' of http://git.cc-lotus.info/service-platform/web-test into master

wxy 4 년 전
부모
커밋
7da0bdb47b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/views/userCenter/productInfo/index.vue

+ 1 - 1
src/views/userCenter/productInfo/index.vue

@@ -97,7 +97,7 @@ export default {
         let res = await this.expertsuserFetch(this.user.userid);
         if (res.errcode === 0) {
           let message = {
-            company: res.data.name,
+            company: res.data.company,
             contacts: res.data.name,
             phone: res.data.phone,
             email: res.data.email,