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() }, }