优化代码

This commit is contained in:
java110 2023-07-20 16:54:48 +08:00
parent 2af48c7937
commit 0e42530c30

View File

@ -498,7 +498,7 @@ export function payFeeWechat(_that, _data,_successUrl) {
return; return;
} }
wx.showToast({ wx.showToast({
title: "缴费失败", title: "缴费失败"+res.data.msg,
icon: 'none', icon: 'none',
duration: 2000 duration: 2000
}); });