页面适配luffa
This commit is contained in:
@@ -266,10 +266,14 @@ export class ChatPanel extends li_BaseView implements IChatPanelCallback {
|
||||
// this.videoLayer.playVideo(currentVideo, { size, position });
|
||||
}
|
||||
onChatCountChange() {
|
||||
if (NavigationManager.Instance.getCurrentActivePanel() != PanelType.CHAT)
|
||||
return;
|
||||
console.log("Trigger On ChatCount Change");
|
||||
const girlData = DataManager.I.getDataById<GirlData>(DataId.Girl);
|
||||
let triggerId = girlData.getTriggerGrilPhotoId(this.categoryId, this.id);
|
||||
|
||||
if (triggerId == 0) return;
|
||||
console.log("Trigger pop up Image id:" + this.id + "--" + triggerId);
|
||||
|
||||
this.popUpImage.refresh(this.categoryId, this.id, triggerId);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user