luyanan 7 years ago
parent
commit
2009d0944f
1 changed files with 1 additions and 1 deletions
  1. 1 1
      app/js/discoverNew.js

+ 1 - 1
app/js/discoverNew.js

@ -420,7 +420,7 @@
420 420
				});
421 421
			}
422 422
423
			function aiticl(id) {
423
			function aiticl(id) { 
424 424
				$.ajax(baseUrl + "/ajax/article/query", {
425 425
					dataType: 'json', //服务器返回json格式数据
426 426
					type: "get", //HTTP请求类型