少年修仙传客户端代码仓库
client_Zxw
2019-03-20 fc2db1f2a63f14c124706e0f6d283f65db71c1a6
3335 拍卖行
1个文件已修改
5 ■■■■■ 已修改文件
System/Auction/FullServiceAuctionWin.cs 5 ●●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Auction/FullServiceAuctionWin.cs
@@ -48,12 +48,11 @@
        protected override void OnPreOpen()
        {
            IsSendBool = true;
            IsSendBool = false;
            model.FullServiceAuctionUpdate += FullServiceAuctionUpdate;//数据请求刷新
            model.RefreshAuctionItemUpdate += RefreshAuctionItemUpdate;//刷新
            model.ClearAuctionUpdate += ClearAuctionUpdate;//清除
            model.BiddingItemInfoUpdate += BiddingItemInfoUpdate;//竞价物品信息刷新
            GlobalTimeEvent.Instance.secondEvent += secondEvent;
            Reset();
            CloseTip();
            ListSort();
@@ -66,7 +65,7 @@
        protected override void OnAfterOpen()
        {
            GlobalTimeEvent.Instance.secondEvent += secondEvent;
        }
        protected override void OnPreClose()