Commit 85f4d344 by 陈超

T

parent a737d014
...@@ -200,7 +200,6 @@ ...@@ -200,7 +200,6 @@
"&sort_type={$_GET['sort_type']}&cateId={$_GET['cateId']}", "&sort_type={$_GET['sort_type']}&cateId={$_GET['cateId']}",
dataType: "json", dataType: "json",
success: function (data) { success: function (data) {
that.loading = false
let res = JSON.stringify(data) let res = JSON.stringify(data)
let opt = that.options[2] let opt = that.options[2]
if(res.status) { if(res.status) {
...@@ -214,6 +213,7 @@ ...@@ -214,6 +213,7 @@
opt.finished = res.nowPage == res.totalPages opt.finished = res.nowPage == res.totalPages
that.finished = res.nowPage == res.totalPages that.finished = res.nowPage == res.totalPages
console.log(that.finished) console.log(that.finished)
that.loading = false
} }
} }
}) })
......
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