lxf
2025-07-09 2eb4dd6f50b75c9ec844d08eded5365cd79e4207
src/views/cryptos/PerpetualContract/index.vue
@@ -489,11 +489,11 @@
      })
    },
    handleQoutes(data) {
      // console.log('handleQoutes: ', data);
      console.log('handleQoutes: ', data);
      if (data && data.length) {
        const cur = data[0]
        this.price = cur.close
        this.range = cur.changeRatioStr + ''
        this.range = (cur.change_ratio_str || cur.changeRatioStr)
        this.quote = cur
        this.updateKey++
      }