From 126479acd32d27fb269496635daa900abd792ea3 Mon Sep 17 00:00:00 2001
From: Hentua <wangdoubleone@gmail.com>
Date: Mon, 08 May 2023 23:40:48 +0800
Subject: [PATCH] 积分商城
---
src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
index e2fd17b..a00f74e 100644
--- a/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
+++ b/src/main/resources/templates/febs/views/modules/goods/goodsUpdateNew.html
@@ -382,8 +382,8 @@
form.verify({
integer: [
- /^[1-9]\d*$/
- , '只能输入正整数'
+ /^[0-9]\d*$/
+ , '只能大于0'
]
});
--
Gitblit v1.9.1