| | |
| | | [SerializeField] Button m_CloseButton;
|
| | | AuctionInquiryModel model { get { return ModelCenter.Instance.GetModel<AuctionInquiryModel>(); } }
|
| | | AuctionHelpModel auctionHelpModel { get { return ModelCenter.Instance.GetModel<AuctionHelpModel>(); } } |
| | | List<AuctionItemConfig> auctionItemList = new List<AuctionItemConfig>(); |
| | | List<AuctionItemConfig> auctionItemList = new List<AuctionItemConfig>();
|
| | | ItemTipsModel itemTipsModel { get { return ModelCenter.Instance.GetModel<ItemTipsModel>(); } } |
| | | int ItemType = 1; |
| | | #region Built-in |
| | | enum AttentionType
|
| | |
| | | }
|
| | | ItemCellModel cellModel = new ItemCellModel(itemConfig.ID, true, (ulong)1);
|
| | | itemCell.Init(cellModel);
|
| | | itemCell.button.SetListener(() =>
|
| | | {
|
| | | ItemAttrData attrData = new ItemAttrData(itemConfig.ID, true, (ulong)1);
|
| | | itemTipsModel.SetItemTipsModel(attrData);
|
| | | });
|
| | | textName.text = itemConfig.ItemName;
|
| | | if (model.AttentionAuctionItemIDdic.ContainsKey(auctionItem.ItemID))
|
| | | {
|