From d25a45190cee44b36296693d5022a0ce9ae9b698 Mon Sep 17 00:00:00 2001
From: zzzz <690498789@qq.com>
Date: Wed, 20 Mar 2024 17:19:05 +0800
Subject: [PATCH] 注册页面的客服地址错误

---
 src/page/home.vue |   64 +++++++++++++++++---------------
 1 files changed, 34 insertions(+), 30 deletions(-)

diff --git a/src/page/home.vue b/src/page/home.vue
index e7cc752..fca4757 100644
--- a/src/page/home.vue
+++ b/src/page/home.vue
@@ -3,38 +3,39 @@
     <!--    //头部组件-->
     <div class="px-32">
       <ex-header :unread_num="`${unreadMsg_num}`"></ex-header>
-      <ioe-swiper />
-      <van-notice-bar
-        class="font-26 textColor"
-        left-icon="volume-o"
-        :scrollable="false"
-        background="transparent"
-        :text="announceTitle"
-      >
-        <div slot="left-icon" class="pr-13 flex items-center">
-          <img class="w-36 h-36" src="../assets/Horn.png" alt="" />
-        </div>
-        <van-swipe
-          vertical
-          class="notice-swipe"
-          :autoplay="2000"
-          :show-indicators="false"
+      <ioe-swiper>
+        <van-notice-bar
+          class="font-26 textColors"
+          left-icon="volume-o"
+          :scrollable="false"
+          background="transparent"
+          :text="announceTitle"
         >
-          <van-swipe-item
-            v-for="item in announceList"
-            :key="item.id"
-            @click="toAnnounceDetail(item.id)"
-            >{{ item.title }}</van-swipe-item
+          <div slot="left-icon" class="pr-13 flex items-center">
+            <img class="w-36 h-36" src="../assets/Horn.png" alt="" />
+          </div>
+          <van-swipe
+            vertical
+            class="notice-swipe"
+            :autoplay="2000"
+            :show-indicators="false"
           >
-        </van-swipe>
-        <div
-          class="ml-20 flex items-center"
-          slot="right-icon"
-          @click.stop="$router.push('/announce')"
-        >
-          <img class="w-36 h-36" src="../assets/more.png" alt="" />
-        </div>
-      </van-notice-bar>
+            <van-swipe-item
+              v-for="item in announceList"
+              :key="item.id"
+              @click="toAnnounceDetail(item.id)"
+              >{{ item.title }}</van-swipe-item
+            >
+          </van-swipe>
+          <!-- <div
+            class="ml-20 flex items-center"
+            slot="right-icon"
+            @click.stop="$router.push('/announce')"
+          >
+            <img class="w-36 h-36" src="../assets/more.png" alt="" />
+          </div> -->
+        </van-notice-bar>
+      </ioe-swiper>
     </div>
     <div
       class="pt-40 contRound"
@@ -665,4 +666,7 @@
     transform: translatex(-50%);
   }
 }
+.textColors {
+  color: #fff !important;
+}
 </style>

--
Gitblit v1.9.3