This commit is contained in:
duanhao 2025-08-14 16:12:30 +08:00
parent fb8bcdda16
commit 423ee48c85

View File

@ -293,13 +293,11 @@ const handleSwitchChartTab = (tabName) => {
const handlePostDialog = (post) => { const handlePostDialog = (post) => {
postDialog.value = true postDialog.value = true
currentPostPost.value = post currentPostPost.value = post
console.log(post)
} }
const handleGotTopicDialog = (topic) => { const handleGotTopicDialog = (topic) => {
topicDialog.value = true topicDialog.value = true
currentTopic.value = topic currentTopic.value = topic
console.log(topic)
} }
let hotChartInstance = null let hotChartInstance = null