fix
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user