1
jhzh
2026-05-29 bbf6d337c9641c0d1bf2c57f05310e59c104990b
src/views/cryptos/PerpetualContract/index.vue
@@ -445,6 +445,8 @@
      }
    },
    fetchDeepData(symbol) {
      this.asks = []
      this.bids = []
      _getDeepData(symbol).then(data => { // 获取深度
        this.handleDeep(data)
        this.startDeepSocket() // socket
@@ -715,7 +717,6 @@
.trade_new {
  color: $log-c;
  background: $mainbgWhiteColor;
  min-height: 100vh;
  padding: 1.4rem 1.4rem 7rem 1.4rem;