修改加款失败提示语

This commit is contained in:
wangsongsole 2022-06-15 10:26:29 +08:00
parent b13a2814ce
commit 60b4288c7d
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ export default ({ data, onChangeMoney }) => {
}
)
} else {
Notify.error('加款失败,加款后总批次金额不允许大于总预算')
Notify.error('加款失败,加款后总充值批次金额不允许大于总预算')
}
}
}