This commit is contained in:
dgflash
2024-11-04 08:57:28 +08:00

View File

@@ -54,9 +54,9 @@ export class LayerPopUp extends LayerUI {
// 所有弹窗关闭后,关闭事件阻挡功能
if (this.ui_nodes.size == 0) {
this.black.enabled = false;
this.closeVacancyRemove();
this.closeMask();
}
this.closeVacancyRemove();
this.closeMask();
}
/** 关闭遮罩 */