Browse Source

提现接口完成

threedate
Enzo 5 years ago
parent
commit
ea4ee8bdbf
  1. 5
      pages/center/widthdraw.vue

5
pages/center/widthdraw.vue

@ -123,7 +123,10 @@
channel:'alipay',
token: this.userInfo.token
}).then(res => {
console.log(res)
this.$msg(res.data)
this.name = ''
this.account = ''
this.num = ''
})
}
},

Loading…
Cancel
Save