From 5b93ef80c6e8a516ac6d94c7a7c00b6f558b53bd Mon Sep 17 00:00:00 2001 From: liuye Date: Mon, 17 Apr 2023 17:29:41 +0800 Subject: [PATCH] =?UTF-8?q?=E7=A7=AF=E5=88=86=E5=85=91=E6=8D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue b/src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue index 8eaa7bd..e406534 100644 --- a/src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue +++ b/src/project/fengdu/AppRedemptionPoints/AppRedemptionPoints.vue @@ -120,6 +120,7 @@ export default { this.leftList = [] this.rightList = [] this.current = 1 + this.getList() }, getList() { this.$instance.post(`/app/appintegralsupermarketshop/goodsListXCX`, null, { @@ -170,7 +171,7 @@ export default { }, }, onReachBottom() { - this.current = this.current + 1 + this.current ++ this.getList() }, }