Browse Source

最新文章点击

jack 7 years ago
parent
commit
7a7c0ae934
1 changed files with 1 additions and 1 deletions
  1. 1 1
      e/a.html

+ 1 - 1
e/a.html

@ -128,7 +128,7 @@
128 128
			$(this).addClass("activeThis");
129 129
		})
130 130
		
131
		$("#articleList").on("click","li", function() {
131
		$("#articleList,#newarticleList").on("click","li", function() {
132 132
			var OdataId=this.getAttribute("data-id");
133 133
			location.href="http://" + window.location.host + "/e/a.html?id=" + OdataId;
134 134
		})