协议调试

This commit is contained in:
chen wei bo
2025-09-09 20:33:49 +08:00
parent b74bfb7051
commit e5767d5303
6 changed files with 57 additions and 30 deletions
@@ -188,7 +188,7 @@ export class GirlDetailPanel extends li_BaseView {
bindVideoToggle() {
const girlData = DataManager.I.getDataById<GirlData>(DataId.Girl);
let ids = girlData.getAllGrilVideoId(this.category.toString(), this.id);
let ids = girlData.getAllDisplayGrilVideoId(this.category.toString(), this.id);
this.refreshImgs(2, this.category, this.id, ids);
}