This commit is contained in:
2024-12-19 23:40:00 +08:00
parent ef986f9227
commit ee2eb55442
3 changed files with 1631 additions and 469 deletions

View File

@@ -18,6 +18,8 @@ export class LuckHomeCompComp extends CCComp {
lbn: Node | null = null;
@property({ type: Node })
btnno: Node | null = null;
@property({ type: Node })
itmes: Node | null = null;
selected: string = "";
/** 视图层逻辑代码分离演示 */