This commit is contained in:
Gaoxs
2023-04-26 14:55:56 +08:00
7 changed files with 48 additions and 27 deletions

View File

@ -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({