修改 加框组件提示错误

This commit is contained in:
wangsongsole 2022-06-02 16:32:35 +08:00
parent 146e953fdb
commit ef883e58a7
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@ export default ({ data, onChangeMoney }) => {
handelResponse(
res,
(req, msg) => {
Notify.error('加款成功')
Notify.success('加款成功')
setTimeout(() => {
onChangeMoney(false, Number(stateData.addNew))
}, 1000)