五大振兴
This commit is contained in:
@@ -29,10 +29,12 @@ export default {
|
||||
current: 1,
|
||||
categoryType: '0',
|
||||
list: [],
|
||||
parentName: '产业振兴'
|
||||
parentName: ''
|
||||
}
|
||||
},
|
||||
|
||||
onLoad(o) {
|
||||
this.parentName = o.listName
|
||||
},
|
||||
onShow() {
|
||||
document.title = this.parentName
|
||||
this.getList()
|
||||
|
||||
@@ -26,7 +26,6 @@
|
||||
methods: {
|
||||
tabClick(index) {
|
||||
this.tabIndex = index
|
||||
// uni.setStorageSync('newTypeIndex', index)
|
||||
uni.$emit('update',this.tabIndex)
|
||||
uni.navigateBack({delta: 1})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user