Browse Source

工作室

zhaoyang 3 years ago
parent
commit
4e5bc1e1c7
1 changed files with 1 additions and 0 deletions
  1. 1 0
      GameClient/Assets/Game/HotUpdate/Views/Studio/StudioBaseView.cs

+ 1 - 0
GameClient/Assets/Game/HotUpdate/Views/Studio/StudioBaseView.cs

@@ -65,6 +65,7 @@ namespace GFGGame
         }
         protected void UpdateView()
         {
+            studioData = StudioDataManager.Instance.GetStudioDataById(this.studioCfg.id);
             _ui.m_txtNum.text = string.Format("剩余次数:{0}/{1}", this.studioData.TotalPlayTimes - this.studioData.PlayTimes, studioCfg.num);
         }
         private void UpdateShowTime(object param)