From ae9886635d6c6e79006e9d4357ee90fbc8580542 Mon Sep 17 00:00:00 2001 From: chen-xin-zhi <3588068430@qq.com> Date: Wed, 11 Jun 2025 09:16:56 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E5=8A=9F=E8=83=BD=EF=BC=88?= =?UTF-8?q?=E7=94=A8=E6=88=B7=E7=94=B3=E8=AF=B7=E6=8F=90=E7=8E=B0=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/personCenter/withdrawal/withdrawal.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/personCenter/withdrawal/withdrawal.js b/pages/personCenter/withdrawal/withdrawal.js index 211332f..70448cf 100644 --- a/pages/personCenter/withdrawal/withdrawal.js +++ b/pages/personCenter/withdrawal/withdrawal.js @@ -113,7 +113,7 @@ Page({ }, 1000); // 延时1秒跳转 } else { wx.showToast({ - title: '提现失败,请重试', + title: res.data.message, icon: 'none' }); }