fix danmakutype: enter

This commit is contained in:
2024-02-21 22:34:49 +08:00
parent 27336f6e82
commit c70bc65f30
3 changed files with 121 additions and 46 deletions

View File

@@ -25,7 +25,6 @@ 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 } })
}
}