积分兑换

This commit is contained in:
liuye
2023-04-17 17:29:41 +08:00
parent 3072dc10d1
commit 5b93ef80c6

View File

@@ -120,6 +120,7 @@ export default {
this.leftList = [] this.leftList = []
this.rightList = [] this.rightList = []
this.current = 1 this.current = 1
this.getList()
}, },
getList() { getList() {
this.$instance.post(`/app/appintegralsupermarketshop/goodsListXCX`, null, { this.$instance.post(`/app/appintegralsupermarketshop/goodsListXCX`, null, {
@@ -170,7 +171,7 @@ export default {
}, },
}, },
onReachBottom() { onReachBottom() {
this.current = this.current + 1 this.current ++
this.getList() this.getList()
}, },
} }