命名
This commit is contained in:
@@ -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() {
|
||||
|
||||
Reference in New Issue
Block a user