lxf
2025-07-05 8c51de06d839339f428ca0691099fe60740765cf
src/views/foreign/foreignPerpetualContract/deliveryContract.vue
@@ -134,7 +134,7 @@
const onOrdered = (evt) => { // 下单过后的回调
    clearTimer()
    // this.clearTimeout()
    console.log(evt)
    console.log('下单过后的回调onOrdered:',evt)
    initParam(currentSymbol.value, evt) // 重新初始化
    // TODO: 这里要做判断
    if (curTab.value == 'fetchFutrueHoldList') {
@@ -145,7 +145,7 @@
}
const onTab = (evt) => { // 点击tab后的回调
    console.log('evt', evt)
    console.log('evt1', evt)
    clearTimer()
    curTab.value = evt
    if (curTab.value == 'fetchFutrueHoldList') {
@@ -361,7 +361,7 @@
.line {
    height: 6px;
    background: $selectSymbol_background;
    background: #f5f5f5;
}
@keyframes animate1 {