|
|
@ -423,9 +423,9 @@ export default { |
|
|
} |
|
|
} |
|
|
}, |
|
|
}, |
|
|
draw() { |
|
|
draw() { |
|
|
if(this.status!=2){ |
|
|
// if(this.status!=2){ |
|
|
this.$toast(this.$t('common.withdrawal2')); |
|
|
// this.$toast(this.$t('common.withdrawal2')); |
|
|
} |
|
|
// } |
|
|
this.form.addressType = this.rechargeType; |
|
|
this.form.addressType = this.rechargeType; |
|
|
this.form.coin_id = this.activeCoin.coin_id; |
|
|
this.form.coin_id = this.activeCoin.coin_id; |
|
|
Wallet.withdraw(this.form, {btn: this.$refs.btn}) |
|
|
Wallet.withdraw(this.form, {btn: this.$refs.btn}) |
|
|
|