This commit is contained in:
2025-09-20 18:40:51 +08:00
parent 56a7a7d037
commit 86059e7525
3 changed files with 11 additions and 7 deletions
@@ -70,10 +70,13 @@ export class GirlListPopupPanel extends li_BaseView {
this.girlName.string = LanguageUtils.getText( this.girlName.string = LanguageUtils.getText(
girlData.getGrilName(this.category.toString(), this.girlId) girlData.getGrilName(this.category.toString(), this.girlId)
); );
this.girlTag.string = LanguageUtils.getText( const tagContent = girlData.getGrilTagKey(
girlData.getGrilTagKey(this.category.toString(), this.girlId) this.category.toString(),
this.girlId
); );
this.girlTag.string = LanguageUtils.getText(tagContent.replace("|", "\n"));
const path = girlData.getGrilAvatar(this.category.toString(), this.girlId); const path = girlData.getGrilAvatar(this.category.toString(), this.girlId);
this.refreshCoinNum(); this.refreshCoinNum();
//console.log(path); //console.log(path);
@@ -1624,8 +1624,8 @@
}, },
"_lpos": { "_lpos": {
"__type__": "cc.Vec3", "__type__": "cc.Vec3",
"x": 188.31899999999996, "x": 200.56799999999996,
"y": 108.42700000000002, "y": 109.65699999999993,
"z": 0 "z": 0
}, },
"_lrot": { "_lrot": {
@@ -1665,8 +1665,8 @@
}, },
"_contentSize": { "_contentSize": {
"__type__": "cc.Size", "__type__": "cc.Size",
"width": 414.234375, "width": 389.736375,
"height": 83.6 "height": 150.212
}, },
"_anchorPoint": { "_anchorPoint": {
"__type__": "cc.Vec2", "__type__": "cc.Vec2",
@@ -1766,7 +1766,7 @@
"_target": null, "_target": null,
"_left": 553.9668125000001, "_left": 553.9668125000001,
"_right": 37.06381250000004, "_right": 37.06381250000004,
"_top": 60.272999999999996, "_top": 25.737000000000087,
"_bottom": 0, "_bottom": 0,
"_horizontalCenter": 0, "_horizontalCenter": 0,
"_verticalCenter": 0, "_verticalCenter": 0,
@@ -3745,6 +3745,7 @@
"__id__": 0 "__id__": 0
}, },
"fileId": "a56vp8DEdDloy+JjDTTm7J", "fileId": "a56vp8DEdDloy+JjDTTm7J",
"instance": null,
"targetOverrides": null "targetOverrides": null
} }
] ]
Binary file not shown.