1
jhzh
2024-08-15 0b909dcd3e4c925b23c69a375a5077fb733766aa
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);