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