11
jhzh
2024-08-28 31fa18ded9967c99869fb5b118b1313e112c7b00
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);