From 0c391fcdbc97ae9e6312d2fbc40cb4b0a1e7395b Mon Sep 17 00:00:00 2001 From: taozi <9108791@qq.com> Date: Sat, 8 Apr 2023 22:11:33 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BD=A3=E9=87=91=E4=B8=8D=E6=98=BE=E7=A4=BAbu?= =?UTF-8?q?gfix?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/user/promotion/CommissionDetails/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/user/promotion/CommissionDetails/index.vue b/pages/user/promotion/CommissionDetails/index.vue index 2c91c4a..710c065 100644 --- a/pages/user/promotion/CommissionDetails/index.vue +++ b/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({