@@ -209,11 +209,7 @@ const handleExhibitClick = (exhibit: ExplainExhibitViewModel) => {
|
||||
id: exhibit.id,
|
||||
tab: activeTopTab.value
|
||||
})
|
||||
|
||||
if (exhibit.playTargetType && exhibit.playTargetId) {
|
||||
params.set('targetType', exhibit.playTargetType)
|
||||
params.set('targetId', exhibit.playTargetId)
|
||||
}
|
||||
params.set('stopId', exhibit.playTargetId || exhibit.id)
|
||||
|
||||
uni.navigateTo({
|
||||
url: `/pages/exhibit/detail?${params.toString()}`
|
||||
|
||||
Reference in New Issue
Block a user