优化加载下一页
This commit is contained in:
@@ -198,7 +198,7 @@
|
||||
return d
|
||||
})
|
||||
// 合并新数据
|
||||
app.list = app.list.concat(list)
|
||||
app.list.push.apply(app.list,list);
|
||||
if (result.data.count > app.list.length) {
|
||||
app.canReset = true
|
||||
} else {
|
||||
|
||||
Reference in New Issue
Block a user