lxf
2025-07-10 df4a5e26124999e4933265970e31c0aea37b1f1a
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++
      }