奖励页面ui 修改完成

This commit is contained in:
2024-12-24 17:22:01 +08:00
parent 401d3bca75
commit 38d4858dae
13 changed files with 12760 additions and 13808 deletions

View File

@@ -13,6 +13,7 @@ const { ccclass, property } = _decorator;
@ecs.register('ItemInfo', false)
export class ItemInfoComp extends CCComp {
onAdded(args: any) {
this.node.setSiblingIndex(100);
this.node.getChildByName("item").active = false;
this.node.getChildByName("skill").active = false;
this.node.getChildByName("hero").active = false;