五大振兴

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

View File

@@ -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})
}, },