| | |
| | | <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"> |
| | |
| | | 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) { |