Commit bc17e6c9 by 刘海龙

Merge branch 'master' of http://132.232.91.252:9999/ice/eduline

parents 3c6fd159 45655b08
...@@ -434,7 +434,7 @@ ...@@ -434,7 +434,7 @@
let that = this let that = this
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "{:U('home/Home/exams')}" + "?api=1" +"&page=" + this.page, url: "{:U('home/Home/exams')}" + "?api=1" +"&p=" + this.page,
dataType: "json", dataType: "json",
success: function(res) { success: function(res) {
if(res.status == 1) { if(res.status == 1) {
...@@ -462,7 +462,7 @@ ...@@ -462,7 +462,7 @@
let that = this let that = this
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "{:U('home/Home/exams')}" + "?api=1&tab=4", url: "{:U('home/Home/exams')}" + "?api=1&tab=4&p=" + this.page,
dataType: "json", dataType: "json",
success: function(res) { success: function(res) {
if(res.status == 1) { if(res.status == 1) {
......
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