From f66eee1d038afc05f1a727db256ba5c6818f6fb4 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Tue, 27 Jan 2026 15:35:51 +0800
Subject: [PATCH] 1

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

diff --git a/src/views/cryptos/index.vue b/src/views/cryptos/index.vue
index dc2e0a0..51415e4 100644
--- a/src/views/cryptos/index.vue
+++ b/src/views/cryptos/index.vue
@@ -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