From b261418f0bbedecdbb2e3f4fae130d71d0db755e Mon Sep 17 00:00:00 2001
From: xiaoyong931011 <15274802129@163.com>
Date: Wed, 19 Aug 2020 15:34:47 +0800
Subject: [PATCH] 20200819
---
src/main/resources/templates/febs/views/modules/helpCenter/helpCenterUpdate.html | 2 +-
src/main/resources/templates/febs/views/modules/helpCenter/helpCenterAdd.html | 1 +
src/main/resources/templates/febs/views/modules/helpCenter/helpCenterList.html | 2 ++
3 files changed, 4 insertions(+), 1 deletions(-)
diff --git a/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterAdd.html b/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterAdd.html
index 8862b18..2e20aa7 100644
--- a/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterAdd.html
+++ b/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterAdd.html
@@ -31,6 +31,7 @@
<div class="layui-input-block">
<input type="radio" name="articleNotice" value="1" title="最新公告" checked="">
<input type="radio" name="articleNotice" value="2" title="重要公告">
+ <input type="radio" name="articleNotice" value="4" title="关于我们">
</div>
</div>
<div class="layui-inline">
diff --git a/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterList.html b/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterList.html
index 3ea5194..a9c898a 100644
--- a/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterList.html
+++ b/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterList.html
@@ -133,6 +133,8 @@
return '<span style="color:green;">最新公告</span>'
} else if (d.articleNotice === 2) {
return '<span style="color:red;">重要公告</span>'
+ } else if (d.articleNotice === 4) {
+ return '<span style="color:blue;">关于我们</span>'
}else{
return ''
}
diff --git a/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterUpdate.html b/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterUpdate.html
index 2439535..3b6d7e7 100644
--- a/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterUpdate.html
+++ b/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterUpdate.html
@@ -28,7 +28,7 @@
<div class="layui-form-item">
<label class="layui-form-label febs-form-item-require">标题:</label>
<div class="layui-input-block">
- <input type="text" name="title" minlength="4" maxlength="10" data-th-id="${member.title}"
+ <input type="text" name="title" data-th-id="${member.title}"
lay-verify="range|title" autocomplete="off" class="layui-input" >
</div>
</div>
--
Gitblit v1.9.1