bug
This commit is contained in:
@@ -21,13 +21,17 @@
|
||||
this.tabIndex = option.index,
|
||||
this.parentId = option.parentId
|
||||
this.getList()
|
||||
this.$forceUpdate()
|
||||
},
|
||||
|
||||
methods: {
|
||||
tabClick(index) {
|
||||
this.tabIndex = index
|
||||
uni.$emit('update',this.tabIndex)
|
||||
uni.navigateBack({delta: 1})
|
||||
this.tabIndex = index
|
||||
uni.navigateBack({
|
||||
success: ()=>{
|
||||
uni.$emit('update',this.tabIndex)
|
||||
}
|
||||
})
|
||||
},
|
||||
getList() {
|
||||
this.$http.post('/app/apppublicitycategory/list',null,{
|
||||
|
||||
Reference in New Issue
Block a user