From 57ca8f40c4a33e7c1de314e6b24635e1fd53eafb Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Fri, 11 Jul 2025 11:56:17 +0800
Subject: [PATCH] 资金密码

---
 src/views/cryptos/Trade/index.vue |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/src/views/cryptos/Trade/index.vue b/src/views/cryptos/Trade/index.vue
index cab2d98..2a47c74 100644
--- a/src/views/cryptos/Trade/index.vue
+++ b/src/views/cryptos/Trade/index.vue
@@ -28,7 +28,7 @@
         <div class="mt-20 mb-22 select-box" style="position:relative;">
           <div class=" flex justify-between  items-center w-full h-70" @click="selectBtn">
             <!-- <img src="@/assets/image/public/warn.png" alt="warn-icon" class="w-25 h-25 pl-20"/> -->
-            <div class="pl-16 font-28 textColor" style="width:80%;">{{ title }}</div>
+            <div class="pl-16 font-28 textColor" style="width:80%;color: #333;">{{ title }}</div>
             <img src="../../../assets/image/public/grey-select.png" alt="select-icon" class="w-22 h-11 mr-20" />
           </div>
           <div class="option-box" v-show="isShow">
@@ -378,7 +378,7 @@
       if (data && data.length) {
         const cur = data[0]
         this.price = cur.close
-        this.range = cur.change_ratio + ''
+        this.range = cur.change_ratio_str || cur.changeRatioStr
         this.quote = cur
         this.updateKey++
       }
@@ -626,8 +626,8 @@
   .active-line {
     position: relative;
     // padding-bottom: 18px;
-    color: $text_color;
-    background-color: $color_main
+    color: #fff;
+    background-color: $btn_main;
   }
 
   .active-line::after {

--
Gitblit v1.9.3