Commit df8f13e9 by 冷斌

fix bug

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