|
@@ -248,6 +248,8 @@ namespace GFGGame
|
|
// list.Add("StudioView");
|
|
// list.Add("StudioView");
|
|
// list.Add("XiuFangView");
|
|
// list.Add("XiuFangView");
|
|
// ViewManager.Show<FunctionOpenView>(list);
|
|
// ViewManager.Show<FunctionOpenView>(list);
|
|
|
|
+ LogServerHelper.SendNodeLog((int)PlayParticipationEnum.MEI_RI_DNEG_LU, 1);
|
|
|
|
+
|
|
ViewManager.Show<DailyLoginView>(null, new object[] { ViewName.MAINUI_VIEW, this.viewData });
|
|
ViewManager.Show<DailyLoginView>(null, new object[] { ViewName.MAINUI_VIEW, this.viewData });
|
|
// isOpen = false;
|
|
// isOpen = false;
|
|
// });
|
|
// });
|
|
@@ -300,7 +302,6 @@ namespace GFGGame
|
|
}
|
|
}
|
|
private void OnClickBtnHaoYou()
|
|
private void OnClickBtnHaoYou()
|
|
{
|
|
{
|
|
- LogServerHelper.SendNodeLog((int)PlayParticipationEnum.MEI_RI_REN_WU, 1);
|
|
|
|
|
|
|
|
ViewManager.Show<FriendView>(null, new object[] { ViewName.MAINUI_VIEW, this.viewData }, true);
|
|
ViewManager.Show<FriendView>(null, new object[] { ViewName.MAINUI_VIEW, this.viewData }, true);
|
|
}
|
|
}
|
|
@@ -311,7 +312,7 @@ namespace GFGGame
|
|
}
|
|
}
|
|
private void OnClickBtnRenWu()
|
|
private void OnClickBtnRenWu()
|
|
{
|
|
{
|
|
- LogServerHelper.SendNodeLog((int)PlayParticipationEnum.MEI_RI_DNEG_LU, 1);
|
|
|
|
|
|
+ LogServerHelper.SendNodeLog((int)PlayParticipationEnum.MEI_RI_REN_WU, 1);
|
|
|
|
|
|
ViewManager.Show<DailyTaskView>();
|
|
ViewManager.Show<DailyTaskView>();
|
|
}
|
|
}
|