|
@@ -70,8 +70,9 @@ namespace GFGGame
|
|
|
}
|
|
|
private void OnBtnGoClick(EventContext context)
|
|
|
{
|
|
|
+ this.Hide();
|
|
|
GObject btnGo = context.sender as GObject;
|
|
|
- ViewManager.Show(btnGo.data.ToString(), null, new object[] { typeof(DailyTaskView).Name, this.viewData });
|
|
|
+ ViewManager.Show(string.Format("GFGGame.{0}", btnGo.data), null, new object[] { typeof(DailyTaskView).Name, this.viewData });
|
|
|
}
|
|
|
private void ListRewardItemRender(int index, GObject obj)
|
|
|
{
|