From bba4046da481abccecf541e76f17a2e32a4cc344 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Thu, 10 Jul 2025 18:10:29 +0800
Subject: [PATCH] 登录界面

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

diff --git a/src/views/cryptos/Trade/index.vue b/src/views/cryptos/Trade/index.vue
index 7754420..2a47c74 100644
--- a/src/views/cryptos/Trade/index.vue
+++ b/src/views/cryptos/Trade/index.vue
@@ -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++
       }

--
Gitblit v1.9.3