新币+dapp app 前端
src/page/perpetualContract/index.vue
@@ -248,10 +248,10 @@
        },
        fetchDeepData(symbol) {
            console.log('sd')
            this.startDeepSocket() // socket
            _getDeepData(symbol).then(data => { // 获取深度
                console.log(data)
                this.handleDeep(data)
                this.startDeepSocket() // socket
            })
        },
        handleDeep(data) {