少年修仙传客户端代码仓库
client_Zxw
2019-03-21 1d9255e9cdaeeb6de750329469dea8eec3bc8e6a
3123 【BUG】【2.0】拍卖,重新登入拍卖图标又显示红点
1个文件已修改
2 ■■■ 已修改文件
System/Auction/AuctionHouseWin.cs 2 ●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Auction/AuctionHouseWin.cs
@@ -52,7 +52,7 @@
            {
                int GetDayOfYear = DateTime.Now.DayOfYear;
                string strKey = "AuctionRedPoint" + PlayerDatas.Instance.baseData.PlayerID;
                LocalSave.GetInt(strKey, GetDayOfYear);
                LocalSave.SetInt(strKey, GetDayOfYear);
                model.redPointStre1.state = RedPointState.None;
            }
        }