|
@@ -179,7 +179,7 @@ namespace GFGGame
|
|
|
item.data = new ItemView(listItem.m_comItem as GComponent);
|
|
|
}
|
|
|
(item.data as ItemView).SetData(itemData);
|
|
|
- (item.data as ItemView).ShowTxtCount = false;
|
|
|
+ //(item.data as ItemView).ShowTxtCount = false;
|
|
|
List<ItemData> bonusOnceData = StoryBonusDataCache.GetBonusData(_levelID).bonusOnce;
|
|
|
(item.data as ItemView).ImgShouTongVisable = !InstanceZonesDataManager.CheckLevelPass(_levelID) && index < bonusOnceData.Count;
|
|
|
UI_ListRewardItem.ProxyEnd();
|