|
|
|
@ -71,7 +71,7 @@ export default {
|
|
|
|
|
that.loaded = res.data.length < that.where.limit |
|
|
|
|
that.loadTitle = that.loaded ? '人家是有底线的' : '上拉加载更多' |
|
|
|
|
that.where.page = that.where.page + 1 |
|
|
|
|
that.info.push.apply(that.info, res.data[0]) |
|
|
|
|
that.info.push.apply(that.info, res.data) |
|
|
|
|
}, |
|
|
|
|
err => { |
|
|
|
|
uni.showToast({ |
|
|
|
|