|
@@ -8,7 +8,7 @@ using ET;
|
|
|
|
|
|
namespace GFGGame
|
|
|
{
|
|
|
- public class LuckyBoxView : BaseWindow
|
|
|
+ public class LuckyBoxView : BaseView
|
|
|
{
|
|
|
private UI_LuckyBoxUI _ui;
|
|
|
private ValueBarController _valueBarController;
|
|
@@ -215,7 +215,6 @@ 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)
|
|
|
{
|
|
@@ -224,7 +223,6 @@ namespace GFGGame
|
|
|
LogServerHelper.SendNodeLog((int)PlayParticipationEnum.ZAI_XING, 2);
|
|
|
|
|
|
}
|
|
|
- GRoot.inst.touchable = true;
|
|
|
});
|
|
|
}
|
|
|
|