Commit b0a54753 by 陈超

A

parent bb41cfc6
...@@ -280,9 +280,9 @@ ...@@ -280,9 +280,9 @@
price: r.price price: r.price
} }
}) })
opt.page = res.nowPage opt.page = result.nowPage
opt.finished = res.nowPage >= res.totalPages opt.finished = result.nowPage >= result.totalPages
that.finished = res.nowPage >= res.totalPages that.finished = result.nowPage >= result.totalPages
} }
} }
}) })
......
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