From c547081aa61be5c7b6d4c12853c675954c2156eb Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 10 Feb 2026 14:45:18 +0800
Subject: [PATCH] 1

---
 src/views/cryptos/index.vue |   10 +++++-----
 1 files changed, 5 insertions(+), 5 deletions(-)

diff --git a/src/views/cryptos/index.vue b/src/views/cryptos/index.vue
index 5594491..51415e4 100644
--- a/src/views/cryptos/index.vue
+++ b/src/views/cryptos/index.vue
@@ -24,8 +24,8 @@
             src="../../assets/Horn.png" alt="">
         </div>
         <van-swipe vertical class="notice-swipe" :autoplay="2000" :show-indicators="false">
-          <van-swipe-item v-for="item in announceList" :key="item.id" @click="toAnnounceDetail(item.uuid)">
-            {{ item.title }}
+          <van-swipe-item v-for="item in announceList" :key="item.id" @click="toAnnounceDetail(item.uuid)">{{ item.title
+          }}
           </van-swipe-item>
         </van-swipe>
         <div class="ml-20 flex items-center " slot="right-icon" @click.stop="$router.push('/cryptos/announce')"><img
@@ -34,7 +34,7 @@
       </van-notice-bar>
     </div>
     <cry-nav />
-    <div class="quickly">
+    <!-- <div class="quickly">
       <div class="quickBox chongbi" :class="THEME == 'dark' ? 'dark' : 'white'"
         @click="$router.push('/cryptos/recharge/rechargeList')">
         <div class="left">
@@ -63,7 +63,7 @@
           <img v-else src="@/assets/theme/white/image/goto.png" alt="">
         </div>
       </div>
-    </div>
+    </div> -->
     <ex-hot :listData="hList"></ex-hot>
     <list-quatation :listData="qList" />
     <van-popup v-model:show="item.showPopUp" style="border-radius:10px;" :close-on-click-overlay="false"
@@ -73,7 +73,7 @@
         <div class="flex justify-center mt-30" v-if="item.imgUrl"><img :src="`${item.imgUrl}`" class="w-200 h-200"
             alt="" /></div>
         <div class="py-10 textColor   content-title" v-html="item.content"></div>
-        <van-button color="#1194F7" class="w-full h-40 rounded-full" type="info" @click="closePopNotice(item)">
+        <van-button color="#92D1FF" class="w-full h-40 rounded-full" type="info" @click="closePopNotice(item)">
           {{ $t('ζˆ‘ηŸ₯道了') }}
         </van-button>
       </div>

--
Gitblit v1.9.3