This commit is contained in:
2025-09-11 12:31:10 +08:00
parent 5accb0b507
commit f3cfcecadf
24 changed files with 3379 additions and 1283 deletions
@@ -39,6 +39,9 @@ export class GirlListItem extends Component {
@property(Node)
chatIcon: Node;
@property(Node)
loading: Node;
@property(Node)
starParent: Node;
@@ -137,7 +140,7 @@ export class GirlListItem extends Component {
this.category.toString(),
this.id
);
this.loading.active = true;
//listAvatarPath = listAvatarPath.replace("Avatar", "avatar"); //临时
ResManager.I.changeBundleSpriteFrame(
this.avatar,
@@ -150,6 +153,7 @@ export class GirlListItem extends Component {
this.avatar.node,
2
);
this.loading.active = false;
}
);