邻里互助 去参与按钮

This commit is contained in:
liuye
2023-04-12 11:30:21 +08:00
parent 39067e6285
commit 4ba8594b28
2 changed files with 12 additions and 3 deletions

View File

@@ -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()