diff --git a/pages/center/widthdraw.vue b/pages/center/widthdraw.vue index a9538a7..83343fb 100644 --- a/pages/center/widthdraw.vue +++ b/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 = '' }) } },