style:新闻
Showing
1 changed file
with
2 additions
and
2 deletions
... | @@ -105,10 +105,10 @@ function NoticeData() { | ... | @@ -105,10 +105,10 @@ function NoticeData() { |
105 | li = '<li class="item_notice"><a href="./staticViews/ggxq.html?id='+result.data[i].id+'" title="' + result.data[i].title + '" target="_blank">'; | 105 | li = '<li class="item_notice"><a href="./staticViews/ggxq.html?id='+result.data[i].id+'" title="' + result.data[i].title + '" target="_blank">'; |
106 | li += '<p>' + result.data[i].title + '</P>'; | 106 | li += '<p>' + result.data[i].title + '</P>'; |
107 | if (result.data[i].noticeType == 1) { | 107 | if (result.data[i].noticeType == 1) { |
108 | li += '<svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icongonggao1"></use> </svg>'; | 108 | li += '<svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icongongshi"></use> </svg>'; |
109 | } | 109 | } |
110 | else { | 110 | else { |
111 | li += '<svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icongongshi"></use> </svg>'; | 111 | li += '<svg class="icon svg-icon" aria-hidden="true"> <use xlink:href="#icongonggao1"></use> </svg>'; |
112 | } | 112 | } |
113 | li += '</a></li>'; | 113 | li += '</a></li>'; |
114 | ulTag.append(li); | 114 | ulTag.append(li); | ... | ... |
-
Please register or sign in to post a comment