|
@@ -149,7 +149,9 @@ namespace GFGGame
|
|
|
{
|
|
|
GuideController.TryCompleteGuideIndex(ConstGuideId.ARENA_OPEN, 12);
|
|
|
GuideController.TryCompleteGuide(ConstGuideId.ARENA_OPEN, 12);
|
|
|
- ViewManager.GoBackFrom(typeof(ArenaView).FullName);
|
|
|
+ //ViewManager.GoBackFrom(typeof(ArenaView).FullName);
|
|
|
+ this.OnHide();
|
|
|
+ ViewManager.Show<InstanceZonesUIView>();
|
|
|
}
|
|
|
private void OnBtnShopClick()
|
|
|
{
|
|
@@ -410,6 +412,11 @@ namespace GFGGame
|
|
|
item.m_challengeBtn.onClick.Add(OnSelectRoleClick);
|
|
|
}
|
|
|
item.m_challengeBtn.data = index;
|
|
|
+ if (item.m_loaBg.data == null)
|
|
|
+ {
|
|
|
+ item.m_loaBg.onClick.Add(OnSelectRoleClick);
|
|
|
+ }
|
|
|
+ item.m_loaBg.data = index;
|
|
|
if (item.m_btnLook.data == null)
|
|
|
{
|
|
|
item.m_btnLook.onClick.Add(OnBtnLookClick);
|