zhaoyang 3 years ago
parent
commit
6e6135e466
1 changed files with 3 additions and 2 deletions
  1. 3 2
      GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

+ 3 - 2
GameClient/Assets/Game/HotUpdate/Views/MainUI/MainUIView.cs

@@ -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>();
         }
         }