Commit 2ffebc75 by 陈超

A

parent 21a62e99
...@@ -222,7 +222,7 @@ ...@@ -222,7 +222,7 @@
type: "GET", type: "GET",
url: "{:U('exams/Index/paper')}" + "&api=1", url: "{:U('exams/Index/paper')}" + "&api=1",
dataType: "json", dataType: "json",
success: function(res) { success: function(data) {
that.loading = false that.loading = false
let res = data let res = data
let opt = that.options[1] let opt = that.options[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