Browse Source

perf(惠融优客): 去掉申请试用功能

qq12rrr 1 month ago
parent
commit
8e49eac9e4
5 changed files with 28 additions and 28 deletions
  1. 4 4
      composables/header.vue
  2. 6 6
      pages/index.vue
  3. 4 4
      pages/list.vue
  4. 3 3
      pages/m_list.vue
  5. 11 11
      pages/m_user.vue

+ 4 - 4
composables/header.vue

@@ -48,10 +48,10 @@ const headerTitle = reactive([
     title: '联系我们',
     go: 'contact'
   },
-  {
-    title: '申请试用',
-    go: 'probation'
-  }
+  // {
+  //   title: '申请试用',
+  //   go: 'probation'
+  // }
 ]
 )
 const headerClass = ref<string>('')

+ 6 - 6
pages/index.vue

@@ -52,7 +52,7 @@
           立即申请试用
         </n-button>
         <br> -->
-        <van-button type="primary" class="bg-[#165DFF] w-[256px] h-[67px] text-[26px]" @click="btn">立即申请试用</van-button>
+        <!-- <van-button type="primary" class="bg-[#165DFF] w-[256px] h-[67px] text-[26px]" @click="btn">立即申请试用</van-button> -->
       </div>
       <div class="flex-[1]">
 
@@ -172,7 +172,7 @@
         立即申请试用
       </n-button>
       <br> -->
-      <van-button type="primary" @click="btn">立即申请试用</van-button>
+      <!-- <van-button type="primary" @click="btn">立即申请试用</van-button> -->
     </div>
     <div>
 
@@ -405,10 +405,10 @@ const headerTitle = reactive([
     title: '联系我们',
     go: 'contact'
   },
-  {
-    title: '申请试用',
-    go: 'probation'
-  }
+  // {
+  //   title: '申请试用',
+  //   go: 'probation'
+  // }
 ]
 )
 const headerClass = ref<string>('')

+ 4 - 4
pages/list.vue

@@ -218,10 +218,10 @@ const headerTitle = reactive([
     title: '联系我们',
     go: 'contact'
   },
-  {
-    title: '申请试用',
-    go: 'probation'
-  }
+  // {
+  //   title: '申请试用',
+  //   go: 'probation'
+  // }
 ]
 )
 const headerClass = ref<string>('')

+ 3 - 3
pages/m_list.vue

@@ -43,8 +43,8 @@
             重庆市两江新区大竹林街道清枫北路10号3幢双子座A座2207
           </span>
         </n-collapse-item>
-        <n-collapse-item class="ncollapse" title="应用二维码(长按识别)" name="3">
-          <!-- 二维码 -->
+        <!-- 去掉 -->
+        <!-- <n-collapse-item class="ncollapse" title="应用二维码(长按识别)" name="3">
           <div class="flex items-center justify-center mr-[16px]">
             <div class="flex flex-col items-center justify-center" v-if="bottomCode.wxQrUrl">
               <img :src="bottomCode.wxQrUrl" style="width:100px;height:100px" alt="">
@@ -65,7 +65,7 @@
               </span>
             </div>
           </div>
-        </n-collapse-item>
+        </n-collapse-item> -->
       </n-collapse>
       <n-divider />
       <div class=" m-auto mt-[30px]">

+ 11 - 11
pages/m_user.vue

@@ -34,9 +34,9 @@
           <span class="mb-[28px] text-[12px]">
             提供专家1V1服务,提供企业定制化数字解决方案
           </span>
-          <n-button type="info" class="bg-[#165DFF] w-[144px] h-[40px] text-[14px] rounded-[4px]" @click="btn">
+          <!-- <n-button type="info" class="bg-[#165DFF] w-[144px] h-[40px] text-[14px] rounded-[4px]" @click="btn">
             立即申请试用
-          </n-button>
+          </n-button> -->
         </div>
         <div class="flex-[1]">
 
@@ -143,9 +143,9 @@
             人加入
           </span>
         </div>
-        <n-button type="info" class="bg-[#165DFF] w-[144px] h-[40px] text-[14px]" @click="btn">
+        <!-- <n-button type="info" class="bg-[#165DFF] w-[144px] h-[40px] text-[14px]" @click="btn">
           立即申请试用
-        </n-button>
+        </n-button> -->
       </div>
       <div>
 
@@ -199,8 +199,8 @@
             重庆市两江新区大竹林街道清枫北路10号3幢双子座A座2207
           </span>
         </n-collapse-item>
-        <n-collapse-item class="ncollapse" title="应用二维码(长按识别)" name="3">
-          <!-- 二维码 -->
+        <!-- 去掉 -->
+        <!-- <n-collapse-item class="ncollapse" title="应用二维码(长按识别)" name="3">
           <div class="flex items-center justify-center mr-[16px]">
             <div class="flex flex-col items-center justify-center" v-if="bottomCode.wxQrUrl">
               <img :src="bottomCode.wxQrUrl" style="width:100px;height:100px" alt="">
@@ -221,7 +221,7 @@
               </span>
             </div>
           </div>
-        </n-collapse-item>
+        </n-collapse-item> -->
       </n-collapse>
       <n-divider />
       <div class=" m-auto mt-[30px]">
@@ -336,10 +336,10 @@ const headerTitle = reactive([
     title: '联系我们',
     go: 'contact'
   },
-  {
-    title: '申请试用',
-    go: 'probation'
-  }
+  // {
+  //   title: '申请试用',
+  //   go: 'probation'
+  // }
 ]
 )
 const activeNames = ref(['1']);