Browse Source

发现去重

luyanan 7 years ago
parent
commit
bee5ddf5ea
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/discover.js

+ 1 - 1
js/discover.js

@ -85,9 +85,9 @@ $(function() {
85 85
			"url" :"/ajax/article/find",
86 86
			"type" :  "GET" ,
87 87
			"dataType" : "json",
88
			"traditional": true,
88 89
			"async":false,
89 90
			"data" :{
90
				"traditional": true,
91 91
				"exclude":obj,
92 92
				"col":9,//重大新闻
93 93
				"pageSize":5,