1
李凌
2025-09-19 ad2c6626fc2d85053a1b80766fb18263ecfc3d97
1
2 files modified
10 ■■■■ changed files
src/views/cryptos/Exchange/exchangePage.vue 4 ●●●● patch | view | raw | blame | history
src/views/cryptos/Exchange/exchangeSubmit.vue 6 ●●●● patch | view | raw | blame | history
src/views/cryptos/Exchange/exchangePage.vue
@@ -2,9 +2,9 @@
  <div id="cryptos">
    <van-nav-bar left-arrow @click-left="onClickLeft">
      <template #right>
      <!-- <template #right>
        <van-icon class="exchange-icon" @click="$router.push('/cryptos/exchangeHistory')" name="clock-o" />
      </template>
      </template> -->
      <template #title>
        <div class="flex items-center">
          {{ $t('闪兑') }}
src/views/cryptos/Exchange/exchangeSubmit.vue
@@ -52,13 +52,13 @@
                <p class="tips px-35" v-if="isLoading">
                    <van-icon name="warning-o" />{{ $t('您的订单正在处理中,可能需要5分钟才能完成。感谢您的耐心等待。您可以在订单历史中查看状态。') }}
                </p>
                <div class="h-100 rounded flex justify-between px-32 box-border items-center mt-90 mb-48 text-white w-full">
                <div class="h-100 rounded flex justify-center px-32 box-border items-center mt-90 mb-48 text-white w-full">
                    <p class="but rounded flex justify-center items-center bgDark"
                        @click="route('/quotes/index?tabActive=1')">
                        {{ $t('返回首页') }}</p>
                    <p class="but rounded btnMain text-white flex justify-center items-center"
                    <!-- <p class="but rounded btnMain text-white flex justify-center items-center"
                        @click="route('/cryptos/exchangeHistory')">
                        {{ $t('查看历史') }}</p>
                        {{ $t('查看历史') }}</p> -->
                </div>
            </div>
        </div>