jhzh
2024-08-28 e474e17de37a8b3c506d173d437d4cb338a422f3
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);
@@ -395,7 +395,7 @@
      if (type === "close" || !type) {
        let initFunTimer = null;
        let initFun = () => {
          _initClose(symbol)
          _initClose(symbol.toLowerCase())
            .then((data) => {
              this.initClose = data;
              console.log(this.initClose);