瀏覽代碼

工作室

zhaoyang 3 年之前
父節點
當前提交
4e5bc1e1c7
共有 1 個文件被更改,包括 1 次插入0 次删除
  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)