From 0f1d49a9cfad6b12399bd4a197ee3ebb9b59f201 Mon Sep 17 00:00:00 2001
From: zainali5120 <512061637@qq.com>
Date: Fri, 23 Oct 2020 16:34:44 +0800
Subject: [PATCH] 去掉提币短信,优化自动转币ROC

---
 src/main/resources/templates/febs/views/modules/helpCenter/helpCenterList.html |    2 ++
 1 files changed, 2 insertions(+), 0 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 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 ''
                             }

--
Gitblit v1.9.1