|
@@ -215,12 +215,16 @@ namespace GFGGame
|
|
|
{
|
|
|
LuckyBoxDataManager.Instance.CheckItemEnough(LuckyBoxDataManager.Instance.currentBoxId, LuckyBoxDataManager.TEN_TIME, async () =>
|
|
|
{
|
|
|
+ GRoot.inst.touchable = false;
|
|
|
bool result = await LuckyBoxSProxy.ReqGetBonus(LuckyBoxDataManager.Instance.currentBoxId, LuckyBoxDataManager.TEN_TIME);
|
|
|
if (result)
|
|
|
{
|
|
|
+
|
|
|
ViewManager.Show(ViewName.LUCKY_BOX_STAR_VIEW, null, new object[] { ViewName.LUCKY_BOX_VIEW, LuckyBoxDataManager.Instance.currentBoxId });
|
|
|
LogServerHelper.SendNodeLog((int)PlayParticipationEnum.ZAI_XING, 2);
|
|
|
+
|
|
|
}
|
|
|
+ GRoot.inst.touchable = true;
|
|
|
});
|
|
|
}
|
|
|
|
|
@@ -268,6 +272,7 @@ namespace GFGGame
|
|
|
{
|
|
|
if (!ViewManager.CheckIsTopView(this.viewCom)) return;
|
|
|
GuideController.TryGuide(_ui.m_btnBuyTen.target, ConstGuideId.LUCKY_BOX, 3, "点击摘取十次");
|
|
|
+
|
|
|
GuideController.TryGuide(_ui.m_btnBack, ConstGuideId.FREEDOM_DRESS, 1, "获得一套完整的服装啦,马上去试穿一下");
|
|
|
}
|
|
|
}
|