From a19044397c252c3cba5fa65eab0aa85337771366 Mon Sep 17 00:00:00 2001
From: Hentua <wangdoubleone@gmail.com>
Date: Sun, 11 Jun 2023 11:31:53 +0800
Subject: [PATCH] Merge branch 'meiye_mall' of http://120.27.238.55:7000/r/xc-mall into meiye_mall
---
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