| System/Auction/FullServiceAuctioncell.cs | ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史 |
System/Auction/FullServiceAuctioncell.cs
@@ -49,7 +49,7 @@ var indexList = model.FullServiceAuctionList.FindIndex((x) => { return x.ItemGUID == GUID; }); if (indexList == -1) { DebugEx.LogError("未查找到相应的列表数据"); DebugEx.Log("未查找到相应的列表数据"); return; } var fullServiceAuction = model.FullServiceAuctionList[indexList];