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/withdraw1.vue | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/page/newUser/withdraw1.vue b/src/page/newUser/withdraw1.vue
index 347b36b..c1c50c0 100644
--- a/src/page/newUser/withdraw1.vue
+++ b/src/page/newUser/withdraw1.vue
@@ -20,7 +20,7 @@
<div class="hekm">
<h6> {{ $t('hj159') }}</h6>
<div class="shurdu"><input :placeholder="$t('jy125')" v-model="money" type="number"><a @click="withdrawalAll"> {{ $t('hj160') }}</a></div>
- <h6> {{ $t('jy327') }}</h6>
+ <h6> {{ $t('jy538') }}</h6>
<div class="shurdu"><input :placeholder=" $t('jy125')" v-model="password" type="password">
</div>
</div>
@@ -70,7 +70,7 @@
return
}
if (this.password == '' || this.password == null || this.password == undefined) {
- this.$toast(this.$t('jy339'))
+ this.$toast(this.$t('jy540'))
return
}
this.handleToSure()
--
Gitblit v1.9.3