From 2f9d429ef790675bf788d180dd2aa4123f0e6dde Mon Sep 17 00:00:00 2001
From: Junjie <540245094@qq.com>
Date: 星期五, 22 十二月 2023 11:45:35 +0800
Subject: [PATCH] #检料盘点工作档更新

---
 src/main/webapp/views/news.html |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/src/main/webapp/views/news.html b/src/main/webapp/views/news.html
index 3aab58e..e548501 100644
--- a/src/main/webapp/views/news.html
+++ b/src/main/webapp/views/news.html
@@ -46,7 +46,7 @@
             color: #333333;
         }
         .level-2 {
-            color: #1E9FFF;
+            color: #0087ec;
         }
         .level-3 {
             color: red;
@@ -90,7 +90,7 @@
             success: function (res) {
                 if (res.code === 200) {
                     let template = Handlebars.compile($('#newsTpl').html());
-                    $('.container').html(template({list: eval(res.data)}));
+                    $('.container').html(template({list: res.data}));
                     if (autoScroll) {
                         window.scrollTo(0, document.body.scrollHeight)
                     }

--
Gitblit v1.9.1