2 Commits 76b0f50c1c ... 0b212ce5a7

Autor SHA1 Mensagem Data
  Jing-Jiu 0b212ce5a7 Merge branch 'master' of http://121.40.40.223:3000/zizhong.wang/konggang-city-miniprogram 4 anos atrás
  Jing-Jiu e596722547 update 4 anos atrás

+ 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