Browse Source

时分秒文字修改 小时改成时

huangxiaoyue 1 năm trước cách đây
mục cha
commit
eae051f36c
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Utils/TimeUtil.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Utils/TimeUtil.cs

@@ -229,7 +229,7 @@ namespace GFGGame
             }
             else
             {
-                timeLeftFormatted = string.Format("{0}天{1}时{2}分", timeLeft.Days, timeLeft.Hours, timeLeft.Minutes);
+                timeLeftFormatted = string.Format("{0}天{1}时{2}分", timeLeft.Days, timeLeft.Hours, timeLeft.Minutes);
             }
 
             return timeLeftFormatted;