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