guhongwei преди 4 години
родител
ревизия
d9c71aa932
променени са 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,