Browse Source

Merge remote-tracking branch 'remotes/origin/zhaoyang' into guodong

guodong 3 years ago
parent
commit
1a55b8862a

+ 7 - 1
GameClient/Assets/Game/HotUpdate/Views/ClothingFoster/SuitFosterFinishView.cs

@@ -26,6 +26,7 @@ namespace GFGGame
             this.viewCom.Center();
             this.modal = true;
             // viewAnimationType = EnumViewAnimationType.ZOOM_CENTER;
+            _ui.m_bg.onClick.Add(this.Hide);
 
         }
 
@@ -41,7 +42,12 @@ namespace GFGGame
             SuitFosterData data = SuitFosterDataManager.Instance.GetSuitFosterData(_suitId);
             SuitFosterListCfg cfg = SuitFosterListCfgArray.Instance.GetCfg(_suitId);
 
-            _ui.m_txtRenewTips.visible = data.maintainStep >= cfg.renewOpenLv;
+            _ui.m_grpRenew.visible = data.maintainStep >= cfg.renewOpenLv;
+            for (int i = 0; i < ConstDressUpScoreType.scoreTypeList().Count; i++)
+            {
+
+            }
+
         }
 
         protected override void OnHide()

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/ClothingFoster/SuitRenewFinishView.cs

@@ -22,6 +22,7 @@ namespace GFGGame
             this.viewCom.Center();
             this.modal = true;
             // viewAnimationType = EnumViewAnimationType.ZOOM_CENTER;
+            _ui.m_bg.onClick.Add(this.Hide);
 
         }