邻里互助 去参与按钮
This commit is contained in:
@@ -93,9 +93,19 @@ export default {
|
||||
...mapState(['user']),
|
||||
},
|
||||
onLoad() {
|
||||
|
||||
this.getList()
|
||||
},
|
||||
methods: {
|
||||
getListInit() {
|
||||
|
||||
},
|
||||
getList() {
|
||||
this.$instance.post(`/app/appintegralsupermarketgoods/list`).then(res => {
|
||||
if (res.code === 0) {
|
||||
|
||||
}
|
||||
})
|
||||
},
|
||||
changeTab(index) {
|
||||
this.currentTabs = index
|
||||
// this.getListInit()
|
||||
|
||||
Reference in New Issue
Block a user