五大振兴

This commit is contained in:
shijingjing
2022-04-26 17:24:11 +08:00
parent d389450128
commit 445e107150
2 changed files with 4 additions and 3 deletions

View File

@@ -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()

View File

@@ -26,7 +26,6 @@
methods: {
tabClick(index) {
this.tabIndex = index
// uni.setStorageSync('newTypeIndex', index)
uni.$emit('update',this.tabIndex)
uni.navigateBack({delta: 1})
},