| | |
| | | m_TargetNums[_index].text=StringUtility.Contact(UIHelper.ReplaceLargeNum((ulong)model.mission.totalExp), "/", UIHelper.ReplaceLargeNum((ulong)_targetValue)); |
| | | break; |
| | | } |
| | | m_TargetNums[_index].text = UIHelper.ReplaceLargeNum((ulong)model.mission.totalExp); |
| | | m_TargetNums[_index].text = StringUtility.Contact(UIHelper.ReplaceLargeNum((ulong)model.mission.totalExp), |
| | | model.mission.isFullExp == 1 ? StringUtility.Contact(" ", Language.Get("FullExp")) : string.Empty); |
| | | break; |
| | | case DungeonTargetType.Score: |
| | | if (_targetValue > 0) { |