瀏覽代碼

隐藏ross 机构地址信息

zhengjinyi 1 年之前
父節點
當前提交
974fa8ee9c
共有 2 個文件被更改,包括 5 次插入5 次删除
  1. 2 2
      pages/_template/ross/approve/club/detail.vue
  2. 3 3
      pages/_template/ross/index.vue

+ 2 - 2
pages/_template/ross/approve/club/detail.vue

@@ -22,11 +22,11 @@
               <!--<div class="mobile" @click="callMobile(clubInfo.mobile)">
                 {{ clubInfo.mobile | formatEmpty }}
               </div>-->
-              <div class="address" v-text="address"></div>
+              <div class="address" v-text="address" style="display: none;"></div>
             </div>
             <div class="logo"><img :src="clubInfo.logo" /></div>
           </div>
-          <div class="section flex justify-between items-center mt-6">
+          <div class="section flex justify-between items-center mt-6" style="display: none;">
             <div class="navigation" @click="onMapNav">导航</div>
             <div
               class="distance"

+ 3 - 3
pages/_template/ross/index.vue

@@ -75,7 +75,7 @@
               <div class="info">
                 <div class="name" v-text="item.authParty"></div>
                 <!--<div class="mobile">{{ item.mobile || '暂无' }}</div>-->
-                <div class="address">
+                <div class="address" style="display: none;">
                   {{ formatAddress(item.area, item.address) }}
                 </div>
                 <div
@@ -404,10 +404,10 @@ export default {
               @include flex-column-between;
               .name {
                 width: 200px;
-                font-size: 18px;
+                font-size: 20px;
                 color: #101010;
                 font-weight: bold;
-                margin-bottom: 24px;
+                margin-top: 40px;
                 text-overflow: ellipsis;
                 white-space: nowrap;
                 overflow: hidden;