jhzh
2024-08-22 c55af1ea5bd790dec3b5e99d7a8073e86c1b09aa
src/page/trade/index.vue
@@ -370,6 +370,9 @@
            this.curTab = "fetchOrderListHold";
         }
         this.symbol = symbol;
         // if(this.symbol == 'ORBITAL'){
         //    this.symbol = 'mother'
         // }
         if (this.typeindex == 0) {
            this.inita(symbol);
         } else {
@@ -729,7 +732,8 @@
            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);