fix: 修复 PK 模式下没有隐藏线索节点的问题

This commit is contained in:
richarjiang
2026-05-09 16:30:23 +08:00
parent 99b2928589
commit 110038ceea

View File

@@ -1104,6 +1104,9 @@ export class PageLevel extends BaseView {
if (this.liveNode) {
this.liveNode.active = !isPkMode;
}
if (this.tipsLayout) {
this.tipsLayout.active = !isPkMode;
}
if (this.pkLevelProgressNode) {
this.pkLevelProgressNode.active = isPkMode;
}