From 8c51de06d839339f428ca0691099fe60740765cf Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Sat, 05 Jul 2025 18:36:11 +0800
Subject: [PATCH] style

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

diff --git a/src/views/cryptos/Recharge/rechargeList.vue b/src/views/cryptos/Recharge/rechargeList.vue
index 036856d..333fc8d 100644
--- a/src/views/cryptos/Recharge/rechargeList.vue
+++ b/src/views/cryptos/Recharge/rechargeList.vue
@@ -29,7 +29,7 @@
           </div>
         </div>
       </div>
-      <div class="textColor mt-40">
+      <!-- <div class="textColor mt-40">
         <div class="pl-36 pr-36 h-90 lh-90 border-b-color flex justify-between font-28" v-for="(item, index) in list"
           :key="index" @click="toPath(item.url)">
           <div class="flex items-center">
@@ -40,7 +40,7 @@
             <van-icon class="textColor1" name="arrow" />
           </div>
         </div>
-      </div>
+      </div> -->
     </div>
   </div>
 </template>
@@ -104,7 +104,7 @@
       // }
     },
     backFunc() {
-      this.$router.push('/quotes/index?tabActive=1')
+      this.$router.back()
     },
     selectSymbol(symbol) {
       this.$router.push({

--
Gitblit v1.9.3