From b4b1d347fcfd49c844ceb7a96976cf861e44fc58 Mon Sep 17 00:00:00 2001 From: xlj <543978819@qq.com> Date: Mon, 13 Oct 2025 17:45:24 +0800 Subject: [PATCH] fix --- assets/Scripts/chat18x/ui/panels/PastGirlListPanel.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/Scripts/chat18x/ui/panels/PastGirlListPanel.ts b/assets/Scripts/chat18x/ui/panels/PastGirlListPanel.ts index e11312ed..a7fe6cb6 100644 --- a/assets/Scripts/chat18x/ui/panels/PastGirlListPanel.ts +++ b/assets/Scripts/chat18x/ui/panels/PastGirlListPanel.ts @@ -76,7 +76,7 @@ export class PastGirlListPanel extends li_BaseView { await this.reqCanChatGirlData(); const GirlData = DataManager.I.getDataById(DataId.Girl); - const allids = GirlData.getAllCanChatGirlIds(); + const allids = GirlData.getAllAlreadyChatGirlIds(); logger.log(allids); return allids; }