From 0e42530c30661944e08d9318c9ef35c3d4111047 Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Thu, 20 Jul 2023 16:54:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- api/fee/feeApi.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/fee/feeApi.js b/api/fee/feeApi.js index 5231d70..518dbaa 100755 --- a/api/fee/feeApi.js +++ b/api/fee/feeApi.js @@ -498,7 +498,7 @@ export function payFeeWechat(_that, _data,_successUrl) { return; } wx.showToast({ - title: "缴费失败", + title: "缴费失败"+res.data.msg, icon: 'none', duration: 2000 });