Browse Source

本次不登录勾选提示 防止出现

huangxiaoyue 1 năm trước cách đây
mục cha
commit
10c405d47e

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Common/Alert/AlertWindow.cs

@@ -54,7 +54,7 @@ namespace GFGGame
             this.SetTips(m_tips);
             this.SetLeftButton(m_isShowLeftButton, m_textLeft);
             this.SetRightButton(m_isShowRightButton, m_textRight);
-
+            this.SetShowCheck(false);
             updateButtonPosition();
             _ui.m_btnLeft.onClick.Add(() =>
             {