This commit is contained in:
2025-09-11 13:29:08 +08:00
parent f3cfcecadf
commit ae80fb250a
14 changed files with 1254 additions and 2414 deletions
@@ -39,9 +39,6 @@ export class GirlListItem extends Component {
@property(Node)
chatIcon: Node;
@property(Node)
loading: Node;
@property(Node)
starParent: Node;
@@ -140,7 +137,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,
@@ -153,7 +150,6 @@ export class GirlListItem extends Component {
this.avatar.node,
2
);
this.loading.active = false;
}
);