#
Junjie
9 天以前 314e894c0d6ce2739344dcd1c94ae7770868a0f1
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)
                    }