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);