Browse Source

提币验证提交货币名

master
luyisha 3 years ago
parent
commit
fa742024b8
  1. 2
      pages/assets/draw.vue

2
pages/assets/draw.vue

@ -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);

Loading…
Cancel
Save