|
|
|
@ -342,7 +342,7 @@ export default { |
|
|
|
this.JStime--; |
|
|
|
}, 1000) |
|
|
|
this.getEmailCodeLock = true; |
|
|
|
Member.getWdcode({bt:this.rechargeType,baddr:this.form.address,bnum:this.form.amount}).then(res=>{ |
|
|
|
Member.getWdcode({bt:this.coin,baddr:this.form.address,bnum:this.form.amount}).then(res=>{ |
|
|
|
// console.log(res); |
|
|
|
if(res.code=='4001'){ |
|
|
|
this.$toast(res.message); |
|
|
|
|