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(
girlData.getGrilName(this.category.toString(), this.girlId)
);
this.girlTag.string = LanguageUtils.getText(
girlData.getGrilTagKey(this.category.toString(), this.girlId)
const tagContent = girlData.getGrilTagKey(
this.category.toString(),
this.girlId
);
this.girlTag.string = LanguageUtils.getText(tagContent.replace("|", "\n"));
const path = girlData.getGrilAvatar(this.category.toString(), this.girlId);
this.refreshCoinNum();
//console.log(path);