浏览代码

最新文章点击

jack 7 年之前
父节点
当前提交
7a7c0ae934
共有 1 个文件被更改,包括 1 次插入1 次删除
  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
		})