소스 검색

Merge branch 'master' of http://10.108.64.190:3000/gfg/client

leiyasi 1 년 전
부모
커밋
c04929449f
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/League/LeagueAnsweringView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/League/LeagueAnsweringView.cs

@@ -39,7 +39,7 @@ namespace GFGGame
             this.viewCom = _ui.target;
             isfullScreen = true;
             isReturnView = true;
-            _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("lm_beijing2");
+            _ui.m_loaBg.url = ResPathUtil.GetBgImgPath("tjbg");
 
             _ui.m_btnBack.onClick.Add(OnBtnBackClick);
             _ui.m_btnRule.onClick.Add(OnBtnRuleClick);