From 7f6f01132be8df6aa7bb4ed6173698d6012dc915 Mon Sep 17 00:00:00 2001 From: mkpigyf2v <1789894621@qq.com> Date: Sat, 29 Apr 2023 21:11:15 +0800 Subject: [PATCH] =?UTF-8?q?version-2.0[=E6=9C=80=E7=BB=88=E9=A1=B9?= =?UTF-8?q?=E7=9B=AE]?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/main/webapp/WEB-INF/jsp/admin/editProduct.jsp | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/main/webapp/WEB-INF/jsp/admin/editProduct.jsp b/src/main/webapp/WEB-INF/jsp/admin/editProduct.jsp index d4f05b7..7a36d43 100644 --- a/src/main/webapp/WEB-INF/jsp/admin/editProduct.jsp +++ b/src/main/webapp/WEB-INF/jsp/admin/editProduct.jsp @@ -13,8 +13,6 @@ $("#editForm").submit(function() { if (!checkEmpty("name", "产品名称")) return false; -// if (!checkEmpty("subTitle", "小标题")) -// return false; if (!checkNumber("originalPrice", "原价格")) return false; if (!checkNumber("promotePrice", "优惠价格"))