积分兑换

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