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()
         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);
             _ui.m_txtNum.text = string.Format("剩余次数:{0}/{1}", this.studioData.TotalPlayTimes - this.studioData.PlayTimes, studioCfg.num);
         }
         }
         private void UpdateShowTime(object param)
         private void UpdateShowTime(object param)