| | |
| | | {
|
| | | 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() |
| | |
| | | |
| | | protected override void OnPreOpen() |
| | | { |
| | | AuctionType = 0; |
| | | AuctionType = 0;
|
| | | AuctionInquiry.Instance.SendQueryAuctionRecord(AuctionType);//查询拍卖记录 |
| | | if (m_TypeTip.activeSelf)
|
| | | {
|
| | | m_TypeTip.SetActive(false);
|