Commit 6678b927 by 刘海龙

no message

parent c32a041e
...@@ -419,9 +419,7 @@ ...@@ -419,9 +419,7 @@
dataType: "json", dataType: "json",
success: function(res) { success: function(res) {
console.log(res.data.totalPages) console.log(res.data.totalPages)
console.log(this.page) if(that.page=<res.data.totalPages*1){
console.log(that.page)
if(that.page<res.data.totalPages*1||that.page==res.data.totalPages*1){
if(res.status == 1) { if(res.status == 1) {
let array = res.data.data.length > 0 ? res.data.data : [] let array = res.data.data.length > 0 ? res.data.data : []
let zhenti = [].concat(array.map( r => { let zhenti = [].concat(array.map( r => {
......
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