mirror of
https://github.com/Megghy/vtsuru.live.git
synced 2025-12-07 02:46:55 +08:00
fix video collect detail
This commit is contained in:
@@ -25,6 +25,7 @@ const renderCountdown: CountdownProps['render'] = (info: { hours: number; minute
|
||||
}
|
||||
function onClick() {
|
||||
if (props.canClick == true) {
|
||||
console.log(props.item.id)
|
||||
router.push({ name: 'manage-videoCollect-Detail', params: { id: props.item.id } })
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user