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