列表
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user