少年修仙传客户端代码仓库
client_Zxw
2019-03-27 238805a123ed96944268c51df57c40884e14eb35
3170 【BUG】【2.0】拍卖,退出仙盟拍卖报错
1个文件已修改
2 ■■■ 已修改文件
System/Auction/FullServiceAuctioncell.cs 2 ●●● 补丁 | 查看 | 原始文档 | 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];