协议调试
This commit is contained in:
@@ -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);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user