少年修仙传客户端代码仓库
client_Wu Xijin
2019-02-19 77561bb15f0a5d45146fdf454726393e3987cc23
System/Strengthening/EquipSuitCell.cs
@@ -70,7 +70,7 @@
                    {
                        haveEquip.SetActive(false);
                        noEquip.SetActive(true);
                        placeText.text = Language.Get("EquipWash101") + UIHelper.GetEquipAreaName(equipPlace);
                        placeText.text = Language.Get("EquipWash101") + UIHelper.GetEquipPlaceName(equipPlace);
                        condiText.text = Language.Get("EquipSuitUnLowNeed",StringUtility.Contact(Language.Get("EquipSuitOrange"), 1, Language.Get("EquipSuitStar")));
                    }
                    else
@@ -91,7 +91,7 @@
                    {
                        haveEquip.SetActive(false);
                        noEquip.SetActive(true);
                        placeText.text = Language.Get("EquipWash101") + UIHelper.GetEquipAreaName(equipPlace);
                        placeText.text = Language.Get("EquipWash101") + UIHelper.GetEquipPlaceName(equipPlace);
                        condiText.text = Language.Get("EquipSuitUnLowNeed", StringUtility.Contact(Language.Get("EquipSuitRed"),2, Language.Get("EquipSuitStar")));
                    }
                    else
@@ -119,7 +119,7 @@
            haveEquip.SetActive(false);
            noEquip.SetActive(true);
            itemCell.gameObject.SetActive(false);
            placeText.text = Language.Get("EquipWash101") + UIHelper.GetEquipAreaName(equipPlace);
            placeText.text = Language.Get("EquipWash101") + UIHelper.GetEquipPlaceName(equipPlace);
            switch (suitType)
            {
                case SuitType.LowSuit: