guhongwei 4 years ago
parent
commit
d9c71aa932
1 changed files with 1 additions and 1 deletions
  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,