From fb4b1ed3c3366f993136e1f9a442bb2dc6d758ab Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期三, 26 九月 2018 22:35:18 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Strengthening/CrystalSelectionWin.cs |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/System/Strengthening/CrystalSelectionWin.cs b/System/Strengthening/CrystalSelectionWin.cs
index 1429cb0..a13bac2 100644
--- a/System/Strengthening/CrystalSelectionWin.cs
+++ b/System/Strengthening/CrystalSelectionWin.cs
@@ -42,7 +42,10 @@
 
         protected override void OnPreOpen()
         {
-            m_TextDisplay.text = "浣犳嫢鏈�" + godBeastModel.Crystal_ItemModel.itemInfo.ItemCount + "涓己鍖栨按鏅�";
+            string str = godBeastModel.Crystal_ItemModel.chinItemModel.ItemName;
+         
+            m_TextDisplay.text = string.Format(Language.Get("OwnQuantity_SH"), godBeastModel.Crystal_ItemModel.itemInfo.ItemCount, 
+                UIHelper.GetTextColorByItemColor(godBeastModel.Crystal_ItemModel.chinItemModel.ItemColor, str, true));
             m_Slider.minValue = 0;
             m_Slider.maxValue = godBeastModel.Crystal_ItemModel.itemInfo.ItemCount;
             if (godBeastModel.Absorption_Dic.ContainsKey(godBeastModel.ItemInde))

--
Gitblit v1.8.0