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
			"url" :"/ajax/article/find",
85
			"url" :"/ajax/article/find",
86
			"type" :  "GET" ,
86
			"type" :  "GET" ,
87
			"dataType" : "json",
87
			"dataType" : "json",
88
			"traditional": true,
88
			"async":false,
89
			"async":false,
89
			"data" :{
90
			"data" :{
90
				"traditional": true,
91
				"exclude":obj,
91
				"exclude":obj,
92
				"col":9,//重大新闻
92
				"col":9,//重大新闻
93
				"pageSize":5,
93
				"pageSize":5,