命名
This commit is contained in:
@@ -29,11 +29,11 @@ export default {
|
|||||||
current: 1,
|
current: 1,
|
||||||
categoryType: '0',
|
categoryType: '0',
|
||||||
list: [],
|
list: [],
|
||||||
parentName: ''
|
parentName: '产业振兴'
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onLoad(o) {
|
onLoad(o) {
|
||||||
this.parentName = o.listName
|
// this.parentName = o.listName
|
||||||
},
|
},
|
||||||
onShow() {
|
onShow() {
|
||||||
document.title = this.parentName
|
document.title = this.parentName
|
||||||
@@ -54,7 +54,7 @@ export default {
|
|||||||
})
|
})
|
||||||
},
|
},
|
||||||
toNewList(id,categoryName) {
|
toNewList(id,categoryName) {
|
||||||
uni.navigateTo({url: `./newList?id=${id}&parentName=${categoryName}`})
|
uni.navigateTo({url: `./newsList?id=${id}&parentName=${categoryName}`})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
onReachBottom() {
|
onReachBottom() {
|
||||||
|
|||||||
Reference in New Issue
Block a user