From fb5c4b3dd089665148fc592cbd70b1564d404657 Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Fri, 17 Sep 2021 10:06:16 +0800
Subject: [PATCH] Merge branch 'master' of http://120.27.238.55:7000/r/xc-mall
---
src/main/resources/templates/febs/views/modules/product/categoryAdd.html | 4 ++--
1 files changed, 2 insertions(+), 2 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/product/categoryAdd.html b/src/main/resources/templates/febs/views/modules/product/categoryAdd.html
index d630b20..248be12 100644
--- a/src/main/resources/templates/febs/views/modules/product/categoryAdd.html
+++ b/src/main/resources/templates/febs/views/modules/product/categoryAdd.html
@@ -39,8 +39,8 @@
<div class="layui-form-item">
<label class="layui-form-label febs-form-item-require">是否推荐:</label>
<div class="layui-input-block">
- <input type="radio" name="isComand" value="1" title="是" >
- <input type="radio" name="isComand" value="2" title="否" checked="">
+ <input type="radio" name="isRecommend" value="1" title="是" >
+ <input type="radio" name="isRecommend" value="2" title="否" checked="">
</div>
</div>
<div class="layui-form-item febs-hide">
--
Gitblit v1.9.1