1
jhzh
2025-10-20 23669f1d566b6a37c4185eda805f6cfda15dd218
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,7 +16,7 @@
            <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>