From c8361f1a9080a9e52d0ac772bd59697ad318cfe9 Mon Sep 17 00:00:00 2001
From: admin <344137771@qq.com>
Date: Mon, 05 Jan 2026 10:44:24 +0800
Subject: [PATCH] 1

---
 src/page/newUser/withdraw.vue |    6 +++---
 1 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/src/page/newUser/withdraw.vue b/src/page/newUser/withdraw.vue
index 23cb95e..b75847a 100644
--- a/src/page/newUser/withdraw.vue
+++ b/src/page/newUser/withdraw.vue
@@ -24,8 +24,8 @@
             <input :placeholder="$t('jy359')" type="number" v-model="money" />
           </div>
           <div class="form-item">
-            <div class="form-label text-center">{{ $t("jy327") }}</div>
-            <input :placeholder="$t('jy327')" type="password" v-model="withPwd" />
+            <div class="form-label text-center">{{ $t("jy538") }}</div>
+            <input :placeholder="$t('jy538')" type="password" v-model="withPwd" />
           </div>
         </div>
         <div class="tips">
@@ -83,7 +83,7 @@
         return;
       }
       if (!this.withPwd) {
-        this.$toast(this.$t("jy125") + this.$t("jy327"));
+        this.$toast(this.$t("jy125") + this.$t("jy538"));
         return;
       }
       if (this.money > this.enableAmt) {

--
Gitblit v1.9.3