Commit 851d011b by 陈超

T

parent bf1b060f
...@@ -201,6 +201,7 @@ ...@@ -201,6 +201,7 @@
dataType: "json", dataType: "json",
success: function (data) { success: function (data) {
that.loading = false that.loading = false
that.finished = true
let res = JSON.parse(data) let res = JSON.parse(data)
let opt = that.options[2] let opt = that.options[2]
if(res.status) { if(res.status) {
......
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