|
|
|
@ -717,9 +717,8 @@ export default { |
|
|
|
this.JStime--; |
|
|
|
}, 1000) |
|
|
|
this.getEmailCodeLock = true; |
|
|
|
|
|
|
|
// let gdata = {bt:this.withdraw.addressType,baddr:this.withdraw.address,bnum:this.withdraw.amount} |
|
|
|
let gdata = {bt:this.depositeCoin,baddr:this.withdraw.address,bnum:this.withdraw.amount} |
|
|
|
let gdata = {bt:this.withdrawCoin,baddr:this.withdraw.address,bnum:this.withdraw.amount} |
|
|
|
Member.getWdcode(gdata).then(res => { |
|
|
|
// console.log(res, 11111) |
|
|
|
this.$message({ |
|
|
|
|