少年修仙传客户端代码仓库
client_Zxw
2019-03-20 fc2db1f2a63f14c124706e0f6d283f65db71c1a6
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;
            model.BiddingItemInfoUpdate += BiddingItemInfoUpdate;//竞价物品信息刷新
            Reset();
            CloseTip();
            ListSort();
@@ -66,7 +65,7 @@
        protected override void OnAfterOpen()
        {
            GlobalTimeEvent.Instance.secondEvent += secondEvent;
        }
        protected override void OnPreClose()