| | |
| | | {
|
| | | redpointBeh.redpointId = redpoint.id;
|
| | | }
|
| | | ItemCellModel cellModel = new ItemCellModel(itemConfig.ID, false, 0, storeConfig.IsBind,"",PackType.Deleted,true);
|
| | | ItemCellModel cellModel = new ItemCellModel(itemConfig.ID, false, 0, "",PackType.Deleted,true);
|
| | | itemCell.Init(cellModel);
|
| | | nameText.text = itemConfig.ItemName;
|
| | | nameText.color = UIHelper.GetUIColor(itemConfig.ItemColor, true);
|
| | |
| | | {
|
| | | stateImg.gameObject.SetActive(false);
|
| | | sellImg.gameObject.SetActive(true);
|
| | | itemCell.countText.text = StringUtility.Contact(UIHelper.AppendStringColor(TextColType.Red, remainNum.ToString()),
|
| | | itemCell.countText.text = StringUtility.Contact(UIHelper.AppendColor(TextColType.Red, remainNum.ToString()),
|
| | | "/" + canBuyCnt.ToString());
|
| | | string refreshDes = m_storeModel.GetStoreRefreshTimeByType(storeConfig.RefreshType);
|
| | | if(!string.IsNullOrEmpty(refreshDes))
|