fix: 修复 PK 模式下没有隐藏线索节点的问题
This commit is contained in:
@@ -1104,6 +1104,9 @@ export class PageLevel extends BaseView {
|
|||||||
if (this.liveNode) {
|
if (this.liveNode) {
|
||||||
this.liveNode.active = !isPkMode;
|
this.liveNode.active = !isPkMode;
|
||||||
}
|
}
|
||||||
|
if (this.tipsLayout) {
|
||||||
|
this.tipsLayout.active = !isPkMode;
|
||||||
|
}
|
||||||
if (this.pkLevelProgressNode) {
|
if (this.pkLevelProgressNode) {
|
||||||
this.pkLevelProgressNode.active = isPkMode;
|
this.pkLevelProgressNode.active = isPkMode;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user