Browse Source

登录协议

zhaoyang 2 years ago
parent
commit
2470845f88
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Login/LoginView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Login/LoginView.cs

@@ -267,7 +267,7 @@ namespace GFGGame
             {
                 if (!_ui.m_btnAgree.selected)
                 {
-                    PromptController.Instance.ShowFloatTextPrompt("请仔细阅读并同意服务协议、隐私政策、保护规则");
+                    PromptController.Instance.ShowFloatTextPrompt("请仔细阅读并同意游戏用户协议、隐私保护指引、儿童隐私政策");
                     return;
                 }
                 LoginController.GetRoles().Coroutine();