This commit is contained in:
shijingjing
2022-04-28 18:25:25 +08:00
parent 292c557180
commit 716d5692db
2 changed files with 3 additions and 3 deletions

View File

@@ -29,11 +29,11 @@ export default {
current: 1,
categoryType: '0',
list: [],
parentName: ''
parentName: '产业振兴'
}
},
onLoad(o) {
this.parentName = o.listName
// this.parentName = o.listName
},
onShow() {
document.title = this.parentName
@@ -54,7 +54,7 @@ export default {
})
},
toNewList(id,categoryName) {
uni.navigateTo({url: `./newList?id=${id}&parentName=${categoryName}`})
uni.navigateTo({url: `./newsList?id=${id}&parentName=${categoryName}`})
}
},
onReachBottom() {