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