BUG 29704
This commit is contained in:
@@ -57,7 +57,7 @@ export default {
|
|||||||
if (!userId) {
|
if (!userId) {
|
||||||
return this.$u.toast("请选择人员")
|
return this.$u.toast("请选择人员")
|
||||||
}
|
}
|
||||||
if (!integral) {
|
if (isNaN(integral)) {
|
||||||
return this.$u.toast("请输入赠送分值")
|
return this.$u.toast("请输入赠送分值")
|
||||||
}
|
}
|
||||||
this.$http.post("/admin/user/giveIntegral", null, {
|
this.$http.post("/admin/user/giveIntegral", null, {
|
||||||
|
|||||||
Reference in New Issue
Block a user