2
李凌
2025-10-22 b1a373f220bcafea8f41fa735b42d4eeafb2ee4e
src/views/cryptos/Recharge/rechargePage.vue
@@ -1,7 +1,7 @@
<template>
    <div id="cryptos">
        <div class="rechargePage box-border px-30 font-28">
            <assets-head :title="$t('快速充币')">
            <assets-head goHome="ture" :title="$t('快速充币')">
                <van-icon name="orders-o" @click="openRecord" class="list-icon"></van-icon>
            </assets-head>
            <div class="mt-30 w-full text-center font-36 textColor">{{ coin.toUpperCase() + ' ' + $t('充值') }}</div>
@@ -16,12 +16,12 @@
            <div class="border-light-grey"></div>
            <div class="pl-10 pr-10 font-28">
                <div class=" flex flex-col items-center justify-center font-28">
                    <div class="textColor font-30 mt50" ref="address">{{ address }}</div>
                    <div class="textColor font-30 mt50" style="word-break: break-all;" ref="address">{{ address }}</div>
                    <div @click="copy(address)"
                        class="font-26 border-solid-grey text-center code-btn rounded-6 textColor">
                        {{ $t('复制地址') }}</div>
                </div>
                <div>
                <!-- <div>
                    <div class="font-26 textColor font-28">{{ $t('转出地址(选填)') }}</div>
                    <div style="position: relative;" class="mt-26 mb-20 font-28">
                        <input style="padding-right: 80px;" v-model="enterAddress"
@@ -30,7 +30,7 @@
                            @click="enterAddress = address">
                            {{ $t('粘贴') }}</div>
                    </div>
                </div>
                </div> -->
                <div class="mb-20">
                    <div class="font-28 textColor">{{ $t('充币数量') }}</div>
                    <div>
@@ -57,8 +57,8 @@
            </div>
            <div class="hint-box">
                <div class="pl-30 pr-30">
                    <div class="font-30 mb-27 textColor">{{ $t('重要提示') }}</div>
                    <div class="font-28 text-grey" v-html="tip"></div>
                    <!-- <div class="font-30 mb-27 textColor">{{ $t('重要提示') }}</div> -->
                    <!-- <div class="font-28 text-grey" v-html="tip"></div> -->
                    <button class="btnMain text-white next-btn font-30 rounded-lg" @click="nextBtn">{{ $t('下一步')
                        }}</button>
                </div>