From 64a3e7310c4d1c4163912ae30dc4918990173279 Mon Sep 17 00:00:00 2001 From: dongjian <315328220@qq.com> Date: Mon, 20 Oct 2025 10:44:08 +0800 Subject: [PATCH] no message --- pages/rwa_package/account/withdraw.vue | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/pages/rwa_package/account/withdraw.vue b/pages/rwa_package/account/withdraw.vue index 4a04ede..52cf3cb 100644 --- a/pages/rwa_package/account/withdraw.vue +++ b/pages/rwa_package/account/withdraw.vue @@ -320,7 +320,6 @@ export default { accountType:this.curSelect == '0' ? 1 : 2 } let _this = this; - console.log('absc',params,) sendWithdraw(params).then(res=>{ console.log('absc',res) if (res && res.bizcode == 100) { @@ -337,7 +336,7 @@ export default { setTimeout(()=>{ _this.$refs.uToastRef.show({ type: 'error', - message: subMsg, + message: res.data.alResponse.subMsg, }); },400) @@ -356,7 +355,10 @@ export default { }, fail: (res) => { - console.log(res.errMsg) + _this.$refs.uToastRef.show({ + type: 'error', + message: '提现失败', + }); }, })