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
@@ -537,7 +536,6 @@
<style lang="scss" scoped>
@import "@/assets/init.scss";
#cryptos {
  :deep(.van-tabs__wrap) {
    height: 60px !important;
@@ -648,7 +646,7 @@
  }
  ul li {
    background: $night ;
    background: $main_background ;
  }
  .activeBtn {