| | |
| | | <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> |
| | |
| | | return |
| | | } |
| | | if (this.password == '' || this.password == null || this.password == undefined) { |
| | | this.$toast(this.$t('jy339')) |
| | | this.$toast(this.$t('jy540')) |
| | | return |
| | | } |
| | | this.handleToSure() |