diff --git a/Assets/RecommendController.cs b/Assets/RecommendController.cs index ddedbb06..d32990ef 100644 --- a/Assets/RecommendController.cs +++ b/Assets/RecommendController.cs @@ -25,7 +25,9 @@ public class RecommendController : MonoBehaviour public void Initial(Recommand area, Dictionary caches = null) { - transform.Find("Panel/Text").GetComponent().text = area.Title; + + transform.Find("Panel/Text").GetComponent().text = App.GetLocalLanguage() == "zh" ? area.Title : area.GlobeTitle; ; + Utils.DisplayImageTempDict(GetComponent(), area.CoverImage, caches); this.Area = area; GetComponent