From 72ca1e8b641294707619f0dbbeea341d3df60167 Mon Sep 17 00:00:00 2001 From: sin365 <353374337@qq.com> Date: Mon, 6 Jan 2025 01:06:36 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A0=87=E8=AE=B0=E4=B8=80=E4=B8=8B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../Assets/Script/AppMain/Manager/RomLib/RomLib.cs | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/RomLib/RomLib.cs b/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/RomLib/RomLib.cs index d4bac001..8db25e0c 100644 --- a/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/RomLib/RomLib.cs +++ b/AxibugEmuOnline.Client/Assets/Script/AppMain/Manager/RomLib/RomLib.cs @@ -77,6 +77,8 @@ namespace AxibugEmuOnline.Client { m_romGetFunc((romList) => { + //TODO 请求失败对于romList为空时的处理 + FetchPageCmd.Clear(); nesRomFileIdMapper.Clear(); nesRomFileNameMapper.Clear(); @@ -95,6 +97,8 @@ namespace AxibugEmuOnline.Client { m_romSearchFunc((romList) => { + //TODO 请求失败对于romList为空时的处理 + FetchPageCmd.Clear(); nesRomFileIdMapper.Clear(); nesRomFileNameMapper.Clear();