|
@@ -43,7 +43,7 @@ namespace GFGGame
|
|
|
protected override void OnShown()
|
|
|
{
|
|
|
base.OnShown();
|
|
|
- _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("gxhd_bjbj");
|
|
|
+ _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("fuben_bjbj");
|
|
|
|
|
|
subType = 0;//MainStoryDataManager.GetChapterSubType(MainStoryDataManager.currentChapterCfgId);
|
|
|
if (this.viewData != null)
|
|
@@ -118,6 +118,7 @@ namespace GFGGame
|
|
|
}
|
|
|
listItem.target.data = chapterCfg.id;
|
|
|
listItem.m_content.target.data = chapterCfg.id;
|
|
|
+ RedDotController.Instance.SetComRedDot(listItem.m_content.target, RedDotDataManager.Instance.GetChapterRed(chapterCfg.id), "", 0, 8, 0, (int)listItem.m_content.m_txtProgress.y - 20);
|
|
|
}
|
|
|
|
|
|
private void UpdateList()
|