diff --git a/assets/script/game/map/HInfoComp.ts b/assets/script/game/map/HInfoComp.ts index 4d5cb639..12452162 100644 --- a/assets/script/game/map/HInfoComp.ts +++ b/assets/script/game/map/HInfoComp.ts @@ -275,8 +275,7 @@ export class HInfoComp extends CCComp { this.previewPoolLv = poolLv; this.isSkillCard = isSkillCard; if (this.sell_node) this.sell_node.active = false; - // 如果是技能卡预览模式(即点击了战场上的技能),允许关闭弹窗 - if (this.close_node) this.close_node.active = isSkillCard; + if (this.close_node) this.close_node.active = true; this.cacheLabels(); this.refresh(); }