From 3f1ab7f7f65fe665f6977f94899c763cc1ef1faf Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Tue, 02 Jun 2026 15:56:14 +0800
Subject: [PATCH] 1

---
 src/views/cryptos/Recharge/rechargePage.vue |   14 +++++++++-----
 1 files changed, 9 insertions(+), 5 deletions(-)

diff --git a/src/views/cryptos/Recharge/rechargePage.vue b/src/views/cryptos/Recharge/rechargePage.vue
index c11f4f5..a95ab96 100644
--- a/src/views/cryptos/Recharge/rechargePage.vue
+++ b/src/views/cryptos/Recharge/rechargePage.vue
@@ -21,7 +21,7 @@
                         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>
@@ -236,6 +236,10 @@
                 showToast(this.$t('请输入数字'));
                 return;
             }
+            if (!this.fileList.length || !this.fileList[0].resURL) {
+                showToast(this.$t('uploadImgPay'));
+                return;
+            }
             if (this.amount) {
                 Axios.rechargeApply({
                     session_token: this.session_token,
@@ -320,7 +324,7 @@
 
     .hint-box {
         // background-color: $tab_background;
-        background-color: $inp-b;
+        // background-color: $inp-b;
         padding-top: 35px;
         padding-bottom: 52px;
     }

--
Gitblit v1.9.3