|
@@ -74,6 +74,7 @@ namespace GFGGame
|
|
_ui.m_ctrlBuyType.selectedIndex = _rewardList != null && _rewardList.Count > 1 ? 1 : 0;
|
|
_ui.m_ctrlBuyType.selectedIndex = _rewardList != null && _rewardList.Count > 1 ? 1 : 0;
|
|
_ui.m_ctrlRewardsType.selectedIndex = LuckyBoxDataManager.Instance.currentBoxId - 1; Array.IndexOf(LuckyBoxDataManager.Instance.luckyBoxIds, LuckyBoxDataManager.Instance.currentBoxId);
|
|
_ui.m_ctrlRewardsType.selectedIndex = LuckyBoxDataManager.Instance.currentBoxId - 1; Array.IndexOf(LuckyBoxDataManager.Instance.luckyBoxIds, LuckyBoxDataManager.Instance.currentBoxId);
|
|
_ui.m_bg.url = ResPathUtil.GetBgImgPath("cj_tp_" + LuckyBoxDataManager.Instance.currentBoxId);
|
|
_ui.m_bg.url = ResPathUtil.GetBgImgPath("cj_tp_" + LuckyBoxDataManager.Instance.currentBoxId);
|
|
|
|
+ TryCompleteGuide();
|
|
ResetStartView();
|
|
ResetStartView();
|
|
}
|
|
}
|
|
|
|
|
|
@@ -335,6 +336,8 @@ namespace GFGGame
|
|
GuideDataManager.SetGuideIndexState(GuideDataManager.currentGuideId, GuideDataManager.currentGuideIdIndex, 0);
|
|
GuideDataManager.SetGuideIndexState(GuideDataManager.currentGuideId, GuideDataManager.currentGuideIdIndex, 0);
|
|
GuideDataManager.currentGuideIdIndex = 3;
|
|
GuideDataManager.currentGuideIdIndex = 3;
|
|
}
|
|
}
|
|
|
|
+ GuideController.TryCompleteGuide(ConstGuideId.LUCKY_BOX, 4);
|
|
}
|
|
}
|
|
|
|
+
|
|
}
|
|
}
|
|
}
|
|
}
|