1
李凌
2025-09-18 4e0d61d271cf51bcb3709986064d6bbfd84be896
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