Merge branch 'master' of http://git.gxwebsoft.com/gxwebsoft/anshangjia-uniapp
This commit is contained in:
@@ -198,7 +198,7 @@
|
|||||||
return d
|
return d
|
||||||
})
|
})
|
||||||
// 合并新数据
|
// 合并新数据
|
||||||
app.list = app.list.concat(list)
|
app.list.push.apply(app.list,list);
|
||||||
if (result.data.count > app.list.length) {
|
if (result.data.count > app.list.length) {
|
||||||
app.canReset = true
|
app.canReset = true
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
@@ -194,7 +194,7 @@
|
|||||||
return d
|
return d
|
||||||
})
|
})
|
||||||
// 合并新数据
|
// 合并新数据
|
||||||
app.list = app.list.concat(list)
|
app.list.push.apply(app.list,list);
|
||||||
if (result.data.count > app.list.length) {
|
if (result.data.count > app.list.length) {
|
||||||
app.canReset = true
|
app.canReset = true
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Reference in New Issue
Block a user