From ea4ee8bdbfa54d19870a0f10f72114129048d5d2 Mon Sep 17 00:00:00 2001 From: Enzo <1284707383@qq.com> Date: Fri, 16 Jul 2021 17:00:01 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8F=90=E7=8E=B0=E6=8E=A5=E5=8F=A3=E5=AE=8C?= =?UTF-8?q?=E6=88=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/center/widthdraw.vue | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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 = '' }) } },