BUG 29704

This commit is contained in:
aixianling
2022-05-20 15:06:55 +08:00
parent df22e422e4
commit 1489ca4f57

View File

@@ -57,7 +57,7 @@ export default {
if (!userId) {
return this.$u.toast("请选择人员")
}
if (!integral) {
if (isNaN(integral)) {
return this.$u.toast("请输入赠送分值")
}
this.$http.post("/admin/user/giveIntegral", null, {