Commit d6a266d7 by 陈超

A

parent e9b7d4a0
...@@ -313,7 +313,7 @@ ...@@ -313,7 +313,7 @@
let that = this let that = this
$.ajax({ $.ajax({
type: "GET", type: "GET",
url: "{:U('home/Home/exams')}" + "&api=1&tab=2", url: "{:U('home/Home/exams')}" + "?api=1&tab=2",
dataType: "json", dataType: "json",
success: function(res) { success: function(res) {
console.log(res) console.log(res)
......
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