From a92b0ab41df6004f9800f9f1085db7fbc49dd66f Mon Sep 17 00:00:00 2001
From: jhzh <1628036192@qq.com>
Date: Sat, 27 Apr 2024 18:47:28 +0800
Subject: [PATCH] 修改:客户反馈问题

---
 src/page/withdraw/withdrawPage.vue |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/page/withdraw/withdrawPage.vue b/src/page/withdraw/withdrawPage.vue
index b8681da..85e8a16 100644
--- a/src/page/withdraw/withdrawPage.vue
+++ b/src/page/withdraw/withdrawPage.vue
@@ -36,7 +36,7 @@
                     </div>
                 </div>
             </div>
-            <p class="font-35 mt-44 textColor">{{ $t('数量') }}</p>
+            <p class="font-35 mt-44 textColor">{{ $t('提币数量') }}</p>
             <div class="inputBackground flex items-center justify-between h-96 rounded mt-22">
                 <input :placeholder="$t('请输入提币数量')" maxlength="10"
                     class="h-full flex-1 border-none bg-none px-16 font-22 textColor" type="number" v-model="amount"
@@ -112,7 +112,7 @@
             </div>
         </van-popup>
         <!-- 币种 -->
-        <van-action-sheet v-model="showSymbol" :actions="actions.filter(item => item.name !== value)" @select="onSelect" />
+        <van-action-sheet v-model="showSymbol" :actions="actions" @select="onSelect" />
         <bar-scan :scancode="scancode" v-if="scancode" @ok="getResult"></bar-scan>
     </div>
 </template>

--
Gitblit v1.9.3