lxf
2025-07-16 8588fe30f17d0d28190a279aab8675de0dbf1a5b
src/views/foreign/foreignPerpetualContract/deliveryContract.vue
@@ -14,7 +14,7 @@
                        @click="goToTab('delivery')"
                        style="cursor:pointer;"
           >
                        <span>{{ t('交割') }}</span>
                        <span>{{ t('兑换') }}</span>
                    </span>
                </dev>
            </dev>
@@ -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 {