lxf
2025-07-15 691b86ca853959f5beb3db9b25d0a4a9929dd40f
src/views/cryptos/Recharge/rechargePage.vue
@@ -17,7 +17,8 @@
            <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 @click="copy(address)" class="font-26 border-solid-grey text-center code-btn rounded-6 textColor">
                    <div @click="copy(address)"
                        class="font-26 border-solid-grey text-center code-btn rounded-6 textColor">
                        {{ $t('复制地址') }}</div>
                </div>
                <div>
@@ -49,16 +50,17 @@
                <div>
                    <div class="font-28 textColor">{{ $t('付款凭证(上传支付详情截图)') }}</div>
                    <div class="img-box">
                        <van-uploader accept="image/*" v-model="fileList" multiple :max-count="1" :before-read="beforeRead"
                            :after-read="afterRead" />
                        <van-uploader accept="image/*" v-model="fileList" multiple :max-count="1"
                            :before-read="beforeRead" :after-read="afterRead" />
                    </div>
                </div>
            </div>
            <div class="hint-box">
                <div class="pl-30 pr-30">
                    <div class="font-30 mb-27 textColor">{{ $t('重要提示') }}</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>
                    <button class="btnMain text-white next-btn font-30 rounded-lg" @click="nextBtn">{{ $t('下一步')
                        }}</button>
                </div>
            </div>
        </div>