1
zzzz
2024-04-30 118eb7b8f0d94ae7d90a4dc6b7548caea7d75a7d
src/page/perpetualContract/index.vue
@@ -431,6 +431,9 @@
    },
    fetchOrderListHold(symbol) {
      // 当前持仓
      if (!symbol) {
        return;
      }
      if (this.userInfo.token) {
        _orderListHold(symbol).then((data) => {
          // this.orderHold = data
@@ -451,6 +454,9 @@
      }
    },
    fetchFutrueHoldList(symbol) {
      if (!symbol) {
        return;
      }
      // 交割持仓
      if (this.userInfo.token) {
        let length = 0;