From 264ae424801ec3d1a1d6046121ecf3884deea069 Mon Sep 17 00:00:00 2001
From: lxf <1371462558@qq.com>
Date: Tue, 15 Jul 2025 11:36:04 +0800
Subject: [PATCH] Merge branch 'dev6.19' of http://124.156.157.155:8060/r/composite_h5-main into dev6.19
---
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 805d63f..468e8d2 100644
--- a/src/views/cryptos/Trade/index.vue
+++ b/src/views/cryptos/Trade/index.vue
@@ -548,7 +548,7 @@
if (data && data.length) {
const cur = data[0]
this.price = cur.close
- this.range = cur.change_ratio_str || cur.changeRatioStr
+ this.range = cur.change_ratio || cur.changeRatio
this.quote = cur
this.updateKey++
}
--
Gitblit v1.9.3