jhzh
2024-09-03 6a4dd5834e85c2156b431752d93da487eb9e4a0f
src/page/perpetualContract/index.vue
@@ -378,7 +378,7 @@
      if (type === "open" || type === "long" || type === "short" || !type) {
        let initFunTimer = null;
        let initFun = () => {
          _initOpen(symbol)
          _initOpen(symbol.toLowerCase())
            .then((data) => {
              this.initOpen = data;
              clearTimeout(initFunTimer);