|
@@ -208,6 +208,7 @@ namespace GFGGame
|
|
|
LuckyBoxDataManager.Instance.OPEN_LUCKY_DISCONT = false;
|
|
|
//ViewManager.Show<RushSaleGiftBoxView>(new object[] { ActivityType.LuckyDiscount, this.viewData });
|
|
|
}
|
|
|
+ _ui.m_comBox.target.visible = true;
|
|
|
}
|
|
|
|
|
|
private void UpGiftBox()
|
|
@@ -279,6 +280,7 @@ namespace GFGGame
|
|
|
if (result)
|
|
|
{
|
|
|
ViewManager.Show<LuckyBoxStarView>();
|
|
|
+ _ui.m_comBox.target.visible = false;
|
|
|
// LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.ZAI_XING, 2);
|
|
|
GetSuitItemController.showSingle = false;
|
|
|
}
|
|
@@ -301,6 +303,7 @@ namespace GFGGame
|
|
|
if (result)
|
|
|
{
|
|
|
ViewManager.Show<LuckyBoxStarView>();
|
|
|
+ _ui.m_comBox.target.visible = false;
|
|
|
// LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.ZAI_XING, 2);
|
|
|
GetSuitItemController.showSingle = false;
|
|
|
}
|