From 0bb74acc209731a8667c3b3fcf807fe30746e2a2 Mon Sep 17 00:00:00 2001 From: aixianling Date: Mon, 23 May 2022 10:40:31 +0800 Subject: [PATCH] BUG 29769 --- src/apps/AppCreditPoints/giveIntegral.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/apps/AppCreditPoints/giveIntegral.vue b/src/apps/AppCreditPoints/giveIntegral.vue index a39b5041..915dfb61 100644 --- a/src/apps/AppCreditPoints/giveIntegral.vue +++ b/src/apps/AppCreditPoints/giveIntegral.vue @@ -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}