From d78a835fa9ed0a8327e90f2eac2d5992887bd4ef Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Mon, 01 Mar 2021 15:10:15 +0800 Subject: [PATCH] 20210321 算力系统查询公告后台页面修改 --- src/main/resources/templates/febs/views/modules/helpCenter/helpCenterAdd.html | 2 +- src/main/resources/templates/febs/views/modules/helpCenter/helpCenterList.html | 2 +- 2 files changed, 2 insertions(+), 2 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 7499e74..32eebcc 100644 --- a/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterAdd.html +++ b/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterAdd.html @@ -32,7 +32,7 @@ <input type="radio" name="articleNotice" value="1" title="最新公告" checked=""> <input type="radio" name="articleNotice" value="2" title="重要公告"> <input type="radio" name="articleNotice" value="3" title="关于我们"> - <input type="radio" name="articleNotice" value="4" title="算力系统"> + <input type="radio" name="articleNotice" value="9" 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 ccdef4d..80b1e48 100644 --- a/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterList.html +++ b/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterList.html @@ -135,7 +135,7 @@ return '<span style="color:red;">重要公告</span>' } else if (d.articleNotice === 3) { return '<span style="color:blue;">关于我们</span>' - }else if (d.articleNotice === 4) { + }else if (d.articleNotice === 9) { return '<span style="color:blue;">算力系统</span>' }else{ return '' -- Gitblit v1.9.1