1
李凌
2025-09-19 f44047eff925ddba1726adc9f9cb8b2bcdec5053
src/views/cryptos/TrendDetails/index.vue
@@ -402,7 +402,6 @@
      }
    },
    startAskBidSocket() { // 委托
      this.sockets.askBid = new WebSocket(`${WS_URL}/3/${this.symbol}`)
      this.sockets.askBid.onmessage = (evt) => {
        const { data } = evt