style:新闻
Showing
2 changed files
with
2 additions
and
9 deletions
... | @@ -20,10 +20,6 @@ function login() { | ... | @@ -20,10 +20,6 @@ function login() { |
20 | }); | 20 | }); |
21 | }) | 21 | }) |
22 | } | 22 | } |
23 | // $(document).ready(function() { | ||
24 | |||
25 | // }) | ||
26 | |||
27 | $(document).on('click', '.PersonLogin', function () { | 23 | $(document).on('click', '.PersonLogin', function () { |
28 | login(); | 24 | login(); |
29 | window.onbeforeunload = function () { | 25 | window.onbeforeunload = function () { | ... | ... |
... | @@ -50,12 +50,9 @@ | ... | @@ -50,12 +50,9 @@ |
50 | <a class="left-top" title=" {{ item.headline }}" href='./xwxq.html?id={{item.id}}' target="_blank"> | 50 | <a class="left-top" title=" {{ item.headline }}" href='./xwxq.html?id={{item.id}}' target="_blank"> |
51 | {{ item.headline }} | 51 | {{ item.headline }} |
52 | </a> | 52 | </a> |
53 | <a class="xw" href='./xwxq.html?id="{{item.id}}"' target="_blank"> | 53 | <a class="xw" href='./xwxq.html?id={{item.id}}' target="_blank"> |
54 | <div class="xw-left"> | 54 | <div class="xw-left"> |
55 | {{# if(item.cover == null){ }} | 55 | {{# if(item.cover != null ){ }} |
56 | <img src="../staticImages/news_demo.jpg"> | ||
57 | {{# } }} | ||
58 | {{# if(item.cover != null){ }} | ||
59 | <img src="{{ item.cover }}"> | 56 | <img src="{{ item.cover }}"> |
60 | {{# } }} | 57 | {{# } }} |
61 | </div> | 58 | </div> | ... | ... |
-
Please register or sign in to post a comment