From 6b754cd28c45741a24e7f7193b894e3e386e4af8 Mon Sep 17 00:00:00 2001
From: 李凌 <344137771@qq.com>
Date: Sat, 20 Sep 2025 18:25:51 +0800
Subject: [PATCH] 1
---
src/views/cryptos/Recharge/rechargePage.vue | 6 +++---
1 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/src/views/cryptos/Recharge/rechargePage.vue b/src/views/cryptos/Recharge/rechargePage.vue
index c11f4f5..4b94379 100644
--- a/src/views/cryptos/Recharge/rechargePage.vue
+++ b/src/views/cryptos/Recharge/rechargePage.vue
@@ -47,13 +47,13 @@
item.blockchain_name }}</div>
</div>
</div>
- <div>
+ <!-- <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" />
</div>
- </div>
+ </div> -->
</div>
<div class="hint-box">
<div class="pl-30 pr-30">
@@ -242,7 +242,7 @@
amount: this.amount,
from: this.enterAddress,
blockchain_name: this.blockchain_name,
- img: this.fileList[0].resURL,
+ // img: this.fileList[0].resURL,
coin: this.coin,
channel_address: this.address,
tx: "",
--
Gitblit v1.9.3