|
@@ -118,7 +118,6 @@ namespace GFGGame
|
|
|
|
|
|
private void OnBtnGoClick(EventContext context)
|
|
private void OnBtnGoClick(EventContext context)
|
|
{
|
|
{
|
|
- // Hide();
|
|
|
|
if (!(context.sender is GObject btnGo)) return;
|
|
if (!(context.sender is GObject btnGo)) return;
|
|
TaskCfg taskCfg = btnGo.data as TaskCfg;
|
|
TaskCfg taskCfg = btnGo.data as TaskCfg;
|
|
object[] param = new object[taskCfg.jumpParamArr.Length];
|
|
object[] param = new object[taskCfg.jumpParamArr.Length];
|
|
@@ -128,6 +127,7 @@ namespace GFGGame
|
|
}
|
|
}
|
|
ViewManager.JumpToView(taskCfg.jumpId, param,
|
|
ViewManager.JumpToView(taskCfg.jumpId, param,
|
|
new object[] { typeof(ActivityThemeLuckyBoxView).FullName, true });
|
|
new object[] { typeof(ActivityThemeLuckyBoxView).FullName, true });
|
|
|
|
+ Hide();
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|
|
}
|