zhaoyang 2 سال پیش
والد
کامیت
e637c95c07
1فایلهای تغییر یافته به همراه1 افزوده شده و 3 حذف شده
  1. 1 3
      GameClient/Assets/Game/HotUpdate/Views/LuckyBox/LuckyBoxView.cs

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

@@ -259,14 +259,12 @@ namespace GFGGame
             long endTime = LuckyBoxDataManager.Instance.endTime;
             long curTime = TimeHelper.ServerNow();
             TimeUtil.FormattingTime(curTime, endTime, out int num, out string str);
-            ET.Log.Debug("luckybox   _ui:" + _ui);
-            ET.Log.Debug("luckybox   _ui.m_listBg:" + _ui.m_listBg);
+
             GObject item = _ui.m_listBg.GetChildAt(0);
             if (item == null) return;
             GObject textField = item.asCom.GetChild("txtTime");
             if (textField == null) return;
             textField.asTextField.text = string.Format("剩余{0}{1}", num, str);
-            // _ui.m_listBg.GetChildAt(0).asCom.GetChild("txtTimeStr").asTextField.text = string.Format("{0}", str);
         }
         private void updateBoxEffect()
         {