This commit is contained in:
guoqing.zhu 2022-06-16 16:10:45 +08:00
parent 2181830443
commit e15774ba3b

View File

@ -112,7 +112,7 @@ cc.Class({
this.allHasGotHero.includes(
element.hero_uniid.toString()
) ||
element.lock_type == 3
element.lock_type != 0
) {
node.getComponent('wantedHero').showCover();
}