Jing-Jiu 4 年之前
父節點
當前提交
e596722547
共有 2 個文件被更改,包括 7 次插入6 次删除
  1. 5 4
      pages/enterprise/enterprise_detail.vue
  2. 2 2
      pages/enterprise/product_detail.vue

+ 5 - 4
pages/enterprise/enterprise_detail.vue

@@ -1,13 +1,13 @@
 <template>
   <view class="content" :class="{ 'margin-bottom-80': isMar }" v-if="isShow">
-    <!-- <view class="title">
+    <view class="title">
       <view class="logo">
         <image :src="'https://kiq.xazhima.com' + info.pic_url" alt=""></image>
       </view>
       <view class="name">
         {{ info.name }}
       </view>
-    </view> -->
+    </view>
     <view class="enterprise-item-box">
       <view
         v-for="(item, idx) in titleList"
@@ -183,7 +183,7 @@ export default {
               work_range,
             };
             this.model = {
-              title: this.info.name,
+              title: '',
               item: [
                 {
                   name: "法定代表人",
@@ -399,9 +399,10 @@ export default {
     border-radius: 10rpx;
     margin-bottom: 50rpx;
     box-shadow: rgba(0, 0, 0, 0.35) 0rpx 5rpx 15rpx;
+    height: 150rpx;
     .logo {
       image {
-        width: 200rpx;
+        width: 100rpx;
         height: 100rpx;
         margin: 0 30rpx;
       }

+ 2 - 2
pages/enterprise/product_detail.vue

@@ -1,13 +1,13 @@
 <template>
   <div class="content">
-    <!-- <div class="title">
+    <div class="title">
       <div class="logo">
         <img :src="company.logo" alt="" />
       </div>
       <div class="name">
         {{ company.name }}
       </div>
-    </div> -->
+    </div>
     <div class="fwb" v-html="company"></div>
     <div style="width: 100%">
       <footer-share