Przeglądaj źródła

分享功能屏蔽

zhangyuqian 1 rok temu
rodzic
commit
8fd83cbe6c

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/CommonGame/GetSuitItemVIew.cs

@@ -69,7 +69,7 @@ namespace GFGGame
             }
             if (!GetSuitItemController.isAuto)
             {
-                _ui.m_btnShare.visible = true;
+                _ui.m_btnShare.visible = false;
             }
             else
             {

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/DressUp/PhotographSaveView.cs

@@ -38,6 +38,7 @@ namespace GFGGame
             float height = width * tex.height / tex.width;
             _ui.m_imgRes.SetSize(width, height);
             _ui.m_imgBorder.SetSize(width, height + 12);
+            _ui.m_btnShare.visible = false;
             Timers.inst.AddUpdate(CheckGuide);
         }
 

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/LuckyBox/LuckyBoxNewCardView.cs

@@ -47,7 +47,7 @@ namespace GFGGame
             // _newCardList = new List<int>((this.viewData as object[])[0] as List<int>);
             if (!GetSuitItemController.isAuto)
             {
-                _ui.m_btnShare.visible = true;
+                _ui.m_btnShare.visible = false;
             }
             else
             {

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Share/ShareView.cs

@@ -44,7 +44,7 @@ namespace GFGGame
         protected override void OnShown()
         {
             base.OnShown();
-            //_ui.m_btnShareWB.visible = false;
+            _ui.m_btnShareWB.visible = false;
             _ui.m_btnShareWX.visible = false;
             _ui.m_btnShareQQ.visible = false;
             _ui.m_btnShareQQZone.visible = false;