Browse Source

no message

索隆 6 years ago
parent
commit
5e4c7aa921
1 changed files with 1 additions and 1 deletions
  1. 1 1
      js/pierer.js

+ 1 - 1
js/pierer.js

@@ -2,7 +2,7 @@ function getList(page){
2 2
 	page = page || 1;
3 3
 	var size = 20;
4 4
 	$("#list, #page").empty();
5
-	ajax(apiUrl+"forecast/list",data,function(res){
5
+	ajax(apiUrl+"forecast/list",{"page":page,"size":size},function(res){
6 6
 		if(res.code == 1){
7 7
 			if(res.data.length > 0){
8 8
 				$("#total").text(res.total);