diff --git a/assets/script/game/common/config/ExpSet.ts.meta b/assets/script/game/common/config/ExpSet.ts.meta deleted file mode 100644 index 72f1f80e..00000000 --- a/assets/script/game/common/config/ExpSet.ts.meta +++ /dev/null @@ -1,9 +0,0 @@ -{ - "ver": "4.0.24", - "importer": "typescript", - "imported": true, - "uuid": "f1d3b21c-7d12-4c9b-95f9-934191e97018", - "files": [], - "subMetas": {}, - "userData": {} -} diff --git a/assets/script/game/map/MissionCardComp.ts b/assets/script/game/map/MissionCardComp.ts index 7b9c8e12..caaad453 100644 --- a/assets/script/game/map/MissionCardComp.ts +++ b/assets/script/game/map/MissionCardComp.ts @@ -263,7 +263,7 @@ export class MissionCardComp extends CCComp { if (this.card4.active && !this.purchasedSlots[4]) allPurchased = false; if (allPurchased) { - this.node.active = false; + this.close(); } return; } @@ -304,7 +304,7 @@ export class MissionCardComp extends CCComp { oops.message.dispatchEvent(GameEvent.CallFriend, { uuid: selectedData.uuid }); } // 后续扩展其他类型事件 - this.node.active = false; + this.close(); }) .start(); }