少年修仙传客户端代码仓库
client_Zxw
2019-03-21 108d3d2f61da49f28c8bd90dcc69c5165305d913
3078 【BUG】【2.0】拍卖,拍卖记录查看异常
1个文件已修改
6 ■■■■ 已修改文件
System/Auction/TransactionRecordWin.cs 6 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
System/Auction/TransactionRecordWin.cs
@@ -31,8 +31,7 @@
        {
            m_ScrollerController.OnRefreshCell += OnRefreshGridCell;
            m_ScrollerControllerType.OnRefreshCell += OnRefreshGridCellType;
            m_ScrollerController.lockType = EnhanceLockType.KeepVertical;
            AuctionInquiry.Instance.SendQueryAuctionRecord(0);//查询拍卖记录
            m_ScrollerController.lockType = EnhanceLockType.KeepVertical;
        }
        protected override void AddListeners()
@@ -52,7 +51,8 @@
        protected override void OnPreOpen()
        {
            AuctionType = 0;
            AuctionType = 0;
            AuctionInquiry.Instance.SendQueryAuctionRecord(AuctionType);//查询拍卖记录
            if (m_TypeTip.activeSelf)
            {
                m_TypeTip.SetActive(false);