BUG 29769
This commit is contained in:
@@ -61,7 +61,7 @@ export default {
|
||||
return this.$u.toast("请输入赠送分值")
|
||||
}
|
||||
if(!/^\d*[.\d]\d?$/.test(integral)){
|
||||
return this.$u.toast("请输入整数,最多保留一位小数")
|
||||
return this.$u.toast("请输入正数,最多保留一位小数")
|
||||
}
|
||||
this.$http.post("/admin/user/giveIntegral", null, {
|
||||
params: {...this.form}
|
||||
|
||||
Reference in New Issue
Block a user