|
@@ -53,7 +53,7 @@ namespace GFGGame
|
|
|
protected override void OnShown()
|
|
|
{
|
|
|
base.OnShown();
|
|
|
- _ui.m_bg.url = ResPathUtil.GetCommonGameResPath("ty_tc_s");
|
|
|
+ _ui.m_bg.url = ResPathUtil.GetCommonGameResPath("ty_tc_l");
|
|
|
_ui.m_txtScore.text = string.Format("本章评分: {0}", StudioDataManager.Instance.GetStudioDataById(StudioDataManager.Instance.filingChapterId).ChapterScore);
|
|
|
UpdateView();
|
|
|
}
|