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' }); }