佣金不显示bugfix

This commit is contained in:
taozi
2023-04-08 22:11:33 +08:00
parent 692e4b810b
commit 0c391fcdbc

View File

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