话题跳转
This commit is contained in:
@@ -108,7 +108,10 @@
|
||||
}
|
||||
},
|
||||
|
||||
onLoad() {
|
||||
onLoad(option) {
|
||||
if(option.id) { //有id直接跳入话题详情页
|
||||
this.$linkTo('./TopicDetail?themeId=' + option.id + '&name=' + option.name)
|
||||
}
|
||||
uni.setNavigationBarTitle({
|
||||
title: '邻里互助'
|
||||
});
|
||||
|
||||
Reference in New Issue
Block a user