聊天数据bug修复

This commit is contained in:
2025-10-14 11:34:09 +08:00
parent 0088515f2a
commit 34d07ec143
5 changed files with 36 additions and 15 deletions
@@ -326,8 +326,7 @@ export class GirlDetailPanel extends li_BaseView {
OnClickChatBtn() {
const girlData = DataManager.I.getDataById<GirlData>(DataId.Girl);
const isRelease = girlData.getIsRelease(this.category.toString(), this.id);
const isFree = girlData.isGirlFreeType(this.category.toString(), this.id);
//if (isRelease || isFree) {
// 直接在当前页面打开ChatPanel作为子页面
const currentPanel = NavigationManager.Instance.getCurrentActivePanelNode();