From d97a1e9cad160ec6df12aa054146c4edd4949a0c Mon Sep 17 00:00:00 2001 From: xiaoyong931011 <15274802129@163.com> Date: Thu, 06 May 2021 14:50:22 +0800 Subject: [PATCH] 20210506 审核认证 --- src/main/resources/templates/febs/views/modules/helpCenter/helpCenterList.html | 6 ++++-- 1 files changed, 4 insertions(+), 2 deletions(-) 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 a9c898a..80b1e48 100644 --- a/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterList.html +++ b/src/main/resources/templates/febs/views/modules/helpCenter/helpCenterList.html @@ -133,9 +133,11 @@ return '<span style="color:green;">最新公告</span>' } else if (d.articleNotice === 2) { return '<span style="color:red;">重要公告</span>' - } else if (d.articleNotice === 4) { + } else if (d.articleNotice === 3) { return '<span style="color:blue;">关于我们</span>' - }else{ + }else if (d.articleNotice === 9) { + return '<span style="color:blue;">算力系统</span>' + }else{ return '' } }, minWidth: 80,align:'center'}, -- Gitblit v1.9.1