From 25bb439c34f811feceb5dd05b56c1c7e3e8ea00a Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期一, 06 五月 2019 20:07:12 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/EquipTrain/EquipTrainCandidateBehaviour.cs |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/System/EquipTrain/EquipTrainCandidateBehaviour.cs b/System/EquipTrain/EquipTrainCandidateBehaviour.cs
index 1b8dd72..0cf1cce 100644
--- a/System/EquipTrain/EquipTrainCandidateBehaviour.cs
+++ b/System/EquipTrain/EquipTrainCandidateBehaviour.cs
@@ -68,7 +68,7 @@
                 m_ItemCell.button.enabled = false;
                 m_Description1.text = item.config.ItemName;
                 m_Description1.color = UIHelper.GetUIColor(item.config.ItemColor, true);
-                m_Description2.text = string.Format("娲楃粌绛夌骇锛歿0}绾�", this.candidate.trainLevel.Fetch());
+                m_Description2.text = string.Format("娲楃偧绛夌骇锛歿0}绾�", this.candidate.trainLevel.Fetch());
                 m_Description2.color = UIHelper.GetUIColor(TextColType.NavyBrown, true);
 
                 var starLevel = this.candidate.starLevel.Fetch();
@@ -90,7 +90,7 @@
                 var trainLevel = this.candidate.trainLevel.Fetch();
                 if (!string.IsNullOrEmpty(this.candidate.equipGuid.value))
                 {
-                    m_Description2.text = string.Format("娲楃粌绛夌骇锛歿0}绾�", trainLevel);
+                    m_Description2.text = string.Format("娲楃偧绛夌骇锛歿0}绾�", trainLevel);
                     m_Description2.color = UIHelper.GetUIColor(TextColType.NavyBrown, true);
                 }
             }

--
Gitblit v1.8.0