|
@@ -342,7 +342,7 @@ namespace GFGGame
|
|
|
}
|
|
|
private void OnClickBtnMain()
|
|
|
{
|
|
|
- LogServerHelper.SendNodeLog((int)PlayParticipationEnum.CHUN_ZHONG_LOU, 1);
|
|
|
+ LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.CHUN_ZHONG_LOU, 1);
|
|
|
if (isOpen) return;
|
|
|
isOpen = true;
|
|
|
_ui.m_btnMain.m_holder1.visible = true;
|
|
@@ -376,7 +376,7 @@ namespace GFGGame
|
|
|
|
|
|
private void OnClickBtnZhaiXing()
|
|
|
{
|
|
|
- LogServerHelper.SendNodeLog((int)PlayParticipationEnum.ZAI_XING, 1);
|
|
|
+ LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.ZAI_XING, 1);
|
|
|
|
|
|
if (isOpen) return;
|
|
|
isOpen = true;
|
|
@@ -418,7 +418,7 @@ namespace GFGGame
|
|
|
// list.Add("StudioView");
|
|
|
// list.Add("XiuFangView");
|
|
|
// ViewManager.Show<FunctionOpenView>(list);
|
|
|
- LogServerHelper.SendNodeLog((int)PlayParticipationEnum.MEI_RI_DNEG_LU, 1);
|
|
|
+ LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.MEI_RI_DNEG_LU, 1);
|
|
|
|
|
|
ViewManager.Show<DailyLoginView>(null, new object[] { ViewName.MAINUI_VIEW, this.viewData });
|
|
|
// isOpen = false;
|
|
@@ -427,7 +427,7 @@ namespace GFGGame
|
|
|
}
|
|
|
private void OnClickBtnCiPai()
|
|
|
{
|
|
|
- LogServerHelper.SendNodeLog((int)PlayParticipationEnum.CI_PAI, 1);
|
|
|
+ LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.CI_PAI, 1);
|
|
|
|
|
|
if (isOpen) return;
|
|
|
isOpen = true;
|
|
@@ -449,7 +449,7 @@ namespace GFGGame
|
|
|
}
|
|
|
private void OnClickBtnField()
|
|
|
{
|
|
|
- LogServerHelper.SendNodeLog((int)PlayParticipationEnum.TIAN_YE_DIAO_CHA, 1);
|
|
|
+ LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.TIAN_YE_DIAO_CHA, 1);
|
|
|
|
|
|
ViewManager.Show<FieldView>(null, new object[] { ViewName.MAINUI_VIEW, this.viewData });
|
|
|
}
|
|
@@ -472,14 +472,14 @@ namespace GFGGame
|
|
|
|
|
|
private void OnClickBtnStore()
|
|
|
{
|
|
|
- LogServerHelper.SendNodeLog((int)PlayParticipationEnum.SHANG_CHENG, 1);
|
|
|
+ LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.SHANG_CHENG, 1);
|
|
|
|
|
|
ViewManager.Show(ViewName.RECHARGE_STORE_VIEW);
|
|
|
}
|
|
|
|
|
|
private void OnClickBtnTuJian()
|
|
|
{
|
|
|
- LogServerHelper.SendNodeLog((int)PlayParticipationEnum.TU_JIAN, 1);
|
|
|
+ LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.TU_JIAN, 1);
|
|
|
|
|
|
ViewManager.Show(ViewName.FIELD_GUIDE_VIEW, null, new object[] { ViewName.MAINUI_VIEW, this.viewData });
|
|
|
}
|
|
@@ -499,7 +499,7 @@ namespace GFGGame
|
|
|
}
|
|
|
private void OnClickBtnRenWu()
|
|
|
{
|
|
|
- LogServerHelper.SendNodeLog((int)PlayParticipationEnum.MEI_RI_REN_WU, 1);
|
|
|
+ LogServerHelper.SendPlayParticipationLog((int)PlayParticipationEnum.MEI_RI_REN_WU, 1);
|
|
|
|
|
|
ViewManager.Show<DailyTaskView>();
|
|
|
}
|