System/Compose/New/ComposeSecondTypeCell.cs
@@ -31,7 +31,7 @@ unlockObj.SetActive(!isTrailer); unlockTypeName.text = itemCompound.thirdTypeName; lockTypeName.text = itemCompound.thirdTypeName; lockLevel.text = StringUtility.Contact(itemCompound.levelNeed,"级"); lockLevel.text = StringUtility.Contact(itemCompound.levelNeed,Language.Get("Z1041")); UpdateBtnImg(selectThirdType); typeBtn.RemoveAllListeners(); typeBtn.AddListener(ClickTypeBtn);