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

---
 src/components/ex-nav/index.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/components/ex-nav/index.vue b/src/components/ex-nav/index.vue
index 6e04517..168de5c 100644
--- a/src/components/ex-nav/index.vue
+++ b/src/components/ex-nav/index.vue
@@ -8,7 +8,7 @@
         @click="goPath(item.path, item.name)"
       >
         <div class="imgBox"><img :src="item.icon" alt="" /></div>
-        <div class="mt-15 text-center font-20 textColor3">{{ item.name }}</div>
+        <div class="mt-15 text-center font-20 newcolor1">{{ item.name }}</div>
       </div>
     </div>
     <div class="nav mb-44">
@@ -19,7 +19,7 @@
         @click="goPath(item.path, item.name)"
       >
         <div class="imgBox"><img :src="item.icon" alt="" /></div>
-        <div class="mt-15 text-center font-20 textColor3">
+        <div class="mt-15 text-center font-20 newcolor1">
           {{ item.name }}
         </div>
       </div>

--
Gitblit v1.9.3