yangxiaolei hace 2 años
padre
commit
d51b645501
Se han modificado 3 ficheros con 8 adiciones y 8 borrados
  1. 2 2
      src/components/MobileCom.vue
  2. 4 4
      src/layout/header.vue
  3. 2 2
      src/view/m_views/index/index.vue

+ 2 - 2
src/components/MobileCom.vue

@@ -10,7 +10,7 @@
                     : 'm_search'
             })" /></p>
 
-            <div class="psa" style="bottom: 0;left: 0; z-index: 999;color: #ed8c0f;">客服qq:2580955093</div>
+            <div class="psa" style="bottom: 0;left: 0; z-index: 999;color: #ed8c0f;">客服qq:386501046</div>
         </div>
         <div class="right_menu df aic jcc psr">
             <van-icon name="bars" size="26" />
@@ -96,4 +96,4 @@ const logOut = () => {
         border-bottom: 1px solid rgba(0, 0, 0, .1);
     }
 }
-</style>
+</style>

+ 4 - 4
src/layout/header.vue

@@ -33,7 +33,7 @@
         </el-dropdown>
       </router-link>
     </nav>
-    <div class="w1000 df aic jcc" style="padding-top: 8px;padding: 10px 0; background-color: #fff;font-size: 16px;color: #ed8c0f;">客服qq:2580955093</div>
+    <div class="w1000 df aic jcc" style="padding-top: 8px;padding: 10px 0; background-color: #fff;font-size: 16px;color: #ed8c0f;">客服qq:386501046</div>
   </div>
 </template>
 
@@ -113,7 +113,7 @@ const links: any = ref<LinkItem[]>([])
 
 const searchChange = async (str: string, cb: (arg: any) => void) => {
   currentIndex.value = ''
-  local.remove('headerPath')          
+  local.remove('headerPath')
   if (str && str.length > 0) {
     game_name.value = str
     try {
@@ -136,7 +136,7 @@ const searchChange = async (str: string, cb: (arg: any) => void) => {
           return item.value.indexOf(str) > -1
         })
         cb(links.value)
-      
+
     } catch (error: any) {
       // links.value.push({
       //   id: '-1',
@@ -220,4 +220,4 @@ nav {
 // .el-dropdown {
 //   margin-top: 1.1rem;
 // }
-</style>
+</style>

+ 2 - 2
src/view/m_views/index/index.vue

@@ -9,7 +9,7 @@
             <van-search shape='round' @click="router.push({ path: 'm_search' })" />
         </div>
 
-        <div class="df aic jcc" style="color: #ed8c0f;margin: 10px auto; font-size: 14px;">客服qq:2580955093</div>
+        <div class="df aic jcc" style="color: #ed8c0f;margin: 10px auto; font-size: 14px;">客服qq:386501046</div>
 
         <!-- 轮播图 -->
         <van-swipe class="my-swipe" indicator-color="white" :autoplay="3000">
@@ -216,4 +216,4 @@ const downGame = (url: string) => {
         // background-repeat: no-repeat;
     }
 }
-</style>
+</style>