guhongwei 4 years ago
parent
commit
2912806dc2

+ 1 - 1
src/views/market/detail/techDetail.vue

@@ -30,7 +30,7 @@
                 所属领域
               </el-col>
               <el-col :span="20" class="otherInfo textOver">
-                {{ detailInfo.degreeurgency || '暂无' }}
+                {{ detailInfo.field || '暂无' }}
               </el-col>
             </el-col>
 

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

@@ -158,7 +158,7 @@
                     注册资金
                   </el-col>
                   <el-col :span="24">
-                    <el-input v-model="form.companytype" placeholder="请输入注册类型"></el-input>
+                    <el-input v-model="form.companycapital" placeholder="请输入注册资金"></el-input>
                   </el-col>
                 </el-form-item>
               </el-col>

+ 4 - 0
src/views/userCenter/productInfo/index.vue

@@ -82,7 +82,11 @@ export default {
             company: res.data.name,
             phone: res.data.phone,
             email: res.data.email,
+            companytype: res.data.companytype,
+            companydate: res.data.companydate,
+            companycapital: res.data.companycapital,
           };
+          console.log(message);
           this.$set(this, `form`, message);
           this.$set(this, `companyInfo`, res.data);
         }