BUG 29769

This commit is contained in:
aixianling
2022-05-23 10:40:31 +08:00
parent 0673a4b512
commit 0bb74acc20

View File

@@ -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}