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/quotes/components/Withdrawal.vue |    4 +---
 1 files changed, 1 insertions(+), 3 deletions(-)

diff --git a/src/views/quotes/components/Withdrawal.vue b/src/views/quotes/components/Withdrawal.vue
index 0237536..40bdf2e 100644
--- a/src/views/quotes/components/Withdrawal.vue
+++ b/src/views/quotes/components/Withdrawal.vue
@@ -1,6 +1,6 @@
 <template>
   <section class="inner-tab-container">
-    <van-loading color="#1194F7" class="loading-box" v-if="isLoading" />
+    <van-loading color="#92D1FF" class="loading-box" v-if="isLoading" />
     <section class="etf-container">
       <div class="all-etf-ranking">
         <div class="etf-table">
@@ -96,8 +96,6 @@
 
 const getExchangeCanceledHisList = () => {
   isLoading.value = true
-  console.log("aaaaaaa",type);
-  
   _getExchangeCanceledHisList(type).then(data => {
     isLoading.value = false
     listData.value = data

--
Gitblit v1.9.3