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++ }