lxf
2025-07-15 264ae424801ec3d1a1d6046121ecf3884deea069
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++
            }