Browse Source

佣金不显示bugfix

master
taozi 2 years ago
parent
commit
0c391fcdbc
  1. 2
      pages/user/promotion/CommissionDetails/index.vue

2
pages/user/promotion/CommissionDetails/index.vue

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

Loading…
Cancel
Save