This commit is contained in:
shijingjing
2022-04-25 16:27:08 +08:00
parent fe0b027460
commit 73c49b1c91
3 changed files with 106 additions and 34 deletions

View File

@@ -24,12 +24,12 @@
},
methods: {
tabClick(index) {
this.tabIndex = index
uni.setStorageSync('newTypeIndex', index)
uni.navigateBack({delta: 1})
},
getList() {
tabClick(index) {
this.tabIndex = index
uni.setStorageSync('newTypeIndex', index)
uni.navigateBack({delta: 1})
},
getList() {
this.$http.post('/app/apppublicitycategory/list',null,{
params: {
parentId: this.parentId,