| | |
| | | const onOrdered = (evt) => { // 下单过后的回调 |
| | | clearTimer() |
| | | // this.clearTimeout() |
| | | console.log(evt) |
| | | console.log('下单过后的回调onOrdered:',evt) |
| | | initParam(currentSymbol.value, evt) // 重新初始化 |
| | | // TODO: 这里要做判断 |
| | | if (curTab.value == 'fetchFutrueHoldList') { |
| | |
| | | } |
| | | |
| | | const onTab = (evt) => { // 点击tab后的回调 |
| | | console.log('evt', evt) |
| | | console.log('evt1', evt) |
| | | clearTimer() |
| | | curTab.value = evt |
| | | if (curTab.value == 'fetchFutrueHoldList') { |
| | |
| | | |
| | | .line { |
| | | height: 6px; |
| | | background: $selectSymbol_background; |
| | | background: #f5f5f5; |
| | | } |
| | | |
| | | @keyframes animate1 { |