Commit 34c6cb90 by 刘海龙

111

parent 6da186f5
...@@ -471,7 +471,7 @@ ...@@ -471,7 +471,7 @@
let that = this let that = this
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "{:U('home/Home/exams')}" + "?api=1" +"&p=" + this.page, url: "{:U('home/Home/exams')}" + "?api=1" +"&p=" + that.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