|
@@ -44,7 +44,7 @@ namespace GFGGame
|
|
|
|
|
|
_ui.m_listTab.selectedIndex = 0;
|
|
_ui.m_listTab.selectedIndex = 0;
|
|
_ui.m_listType.selectedIndex = 0;
|
|
_ui.m_listType.selectedIndex = 0;
|
|
- _ui.m_loaBg.url = ResPathUtil.GetSceneBgPath("zhangjie_bg","png");
|
|
|
|
|
|
+ _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("zhangjie_bg");
|
|
|
|
|
|
_ui.m_listChapter.scrollPane.onScroll.Add(DoSpecialEffect);//滚动时派发事件
|
|
_ui.m_listChapter.scrollPane.onScroll.Add(DoSpecialEffect);//滚动时派发事件
|
|
|
|
|