角色数据修改

This commit is contained in:
chen wei bo
2025-09-08 16:12:51 +08:00
parent bc3660f329
commit 7665696c83
3 changed files with 27 additions and 2 deletions
@@ -166,7 +166,8 @@ export class GirlDetailPanel extends li_BaseView {
this.descAge.string =
LanguageUtils.getText("girldetailpanel.age") + age.toString();
const firstPath = girlData.getGrilVideoPath(this.category.toString(), this.id, 0);
const firstPath = girlData.getFirstGrilVideoPath(this.category.toString(), this.id);
console.log("firstPath: ", firstPath);
ResManager.I.changeBundleVideo(
this.avatarVideo,
firstPath,