10.10综合交易所原始源码_移动端
1
2026-05-26 0dbc7465447164fef24327b5d494870832d798dd
src/views/cryptos/PerpetualContract/index.vue
@@ -360,11 +360,6 @@
      this.type = this.$route.query.type
    }
    await this.SET_COIN_LIST(this.type)
    // _getBalance().then(data => { // 获取用户余额
    //   this.$store.commit('user/SET_USERINFO', { balance: data.money })
    //   // const { money } = data
    //   // this.balance = money
    // })
    if (this.userInfo.token) {
      this.getBalance()
      this.timerMoeny = setInterval(() => {
@@ -616,10 +611,6 @@
            type: 'orders',
            page_no: 1
          }).then(data => {
            // if (typeof this.timer === 'string') {
            //   this.timer = null
            //   return
            // }
            this.orderCur = data
          })
        }, 1000)
@@ -639,10 +630,6 @@
        })
        this.timer = setInterval(() => {
          contractOrder(obj).then(data => {
            // if (typeof this.timer === 'string') {
            //   this.timer = null
            //   return
            // }
            // this.orderHold = data
            this.orderHold = data.sort(this.sortData);
          })
@@ -657,10 +644,6 @@
        })
        this.timer = setInterval(() => {
          _futrueOrderList(symbol, 'orders', 1, 'cryptos').then(data => {
            // if (typeof this.timer === 'string') {
            //   this.timer = null
            //   return
            // }
            // this.futrueHold = data
            this.futrueHold = data.sort(this.sortData);
          })