| | |
| | | <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> |