1
jhzh
2024-09-04 933f0f6895b6493b6ae60c6a293e78551416ad4e
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);