| | |
| | | { |
| | | model.AttentionAuctionItemUdate += Reset; |
| | | model.ClearAuctionUpdate += Reset;
|
| | | model.RefreshAuctionItemUpdate -= Update;//刷新 |
| | | model.RefreshAuctionItemUpdate -= AuctionItemUpdate;//刷新 |
| | | model.FamilyAuctionItemUpdate += Reset; |
| | | }
|
| | |
|
| | |
| | | {
|
| | | model.AttentionAuctionItemUdate -= Reset;
|
| | | model.ClearAuctionUpdate -= Reset;
|
| | | model.RefreshAuctionItemUpdate -= Update;//刷新
|
| | | model.RefreshAuctionItemUpdate -= AuctionItemUpdate;//刷新
|
| | | model.FamilyAuctionItemUpdate -= Reset; |
| | | }
|
| | |
|
| | |
|
| | |
|
| | | protected override void OnAfterClose() |
| | |
| | | ListSotr();
|
| | | OnCreateGridLineCell(m_ScrollerController);
|
| | | }
|
| | | private void Update()
|
| | |
|
| | | private void AuctionItemUpdate()
|
| | | {
|
| | | m_ScrollerController.m_Scorller.RefreshActiveCellViews();//刷新可见
|
| | | } |
| | | |
| | | private void OnCreateGridLineCell(ScrollerController gridCtrl)
|
| | | {
|
| | | gridCtrl.Refresh();
|