佣金不显示bugfix
This commit is contained in:
@ -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({
|
||||||
|
Reference in New Issue
Block a user