话题跳转

This commit is contained in:
liuye
2023-09-22 10:09:39 +08:00
parent 8f5e79bf0b
commit 32b82f80db
2 changed files with 5 additions and 2 deletions

View File

@@ -108,7 +108,10 @@
}
},
onLoad() {
onLoad(option) {
if(option.id) { //有id直接跳入话题详情页
this.$linkTo('./TopicDetail?themeId=' + option.id + '&name=' + option.name)
}
uni.setNavigationBarTitle({
title: '邻里互助'
});