积分兑换
This commit is contained in:
@@ -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()
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user