1
admin
2026-01-05 c8361f1a9080a9e52d0ac772bd59697ad318cfe9
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) {