1
李凌
2025-10-18 fab9d57071a7cc1dc1dcce0c9ee4640d20727251
src/views/cryptos/Exchange/exchangePage.vue
@@ -3,7 +3,7 @@
    <van-nav-bar left-arrow @click-left="onClickLeft">
      <template #right>
        <van-icon class="exchange-icon" @click="$router.push('/cryptos/exchangeHistory')" name="clock-o" />
        <van-icon class="exchange-icon textColor" @click="$router.push('/cryptos/exchangeHistory')" name="clock-o" />
      </template>
      <template #title>
        <div class="flex items-center">
@@ -133,6 +133,7 @@
    },
    onConfirm() { // 闪兑
      this.clearInterval()
     console.log(this.detail);
      let obj = {
        symbol: this.detail.symbol_ex,
        symbol_to: this.detail.symbol_to_ex,
@@ -174,10 +175,10 @@
  .exchange-page {
    height: 100vh - 6vh;
    background: $selectSymbol_background;
    // background: $selectSymbol_background;
    :deep(.van-tab--active) {
      background: $selectSymbol_background;
      // background: $selectSymbol_background;
      color: $text_color;
    }