Commit 754107a8 by 陈超

A

parent 798e5013
...@@ -87,7 +87,7 @@ ...@@ -87,7 +87,7 @@
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "{:U('news/Topic/getTopicList')}", url: "{:U('news/Topic/getTopicList')}",
data: "p=" + (opt.page + 1) + "cate=" + (this.tab + 1), data: "p=" + (opt.page + 1) + "&cate=" + (this.tab + 1),
dataType: "json", dataType: "json",
success: function(data) { success: function(data) {
that.loading =false that.loading =false
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment