Skip to content

Commit

Permalink
修复隐藏
Browse files Browse the repository at this point in the history
  • Loading branch information
Searchstars committed Sep 30, 2023
1 parent a08aae2 commit a5c379f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Client/Web/src/onload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ export function onload_steps() {
else{
console.log("隐藏播放器")
//@ts-ignore
document.getElementById("live_player_vjs").hidden = true
document.getElementById("live_player_flvjs").hidden = true
//@ts-ignore
document.getElementById("live_player_no_living_tips").removeAttribute("hidden")
}
Expand Down

0 comments on commit a5c379f

Please sign in to comment.