| | |
| | | public class MailInfoWin : UIBase |
| | | { |
| | | [SerializeField] TextEx txtDate; |
| | | [SerializeField] TextEx txtTitle; |
| | | [SerializeField] RichText txtTitle; |
| | | [SerializeField] Transform transNoAward; |
| | | [SerializeField] RichText txtNoAwardInfo; |
| | | [SerializeField] Transform transAward; |
| | |
| | | string content = string.Format(config.Content, templateParams.ToArray()); |
| | | txtNoAwardInfo.text = content; |
| | | txtAwardInfo.text = content; |
| | | txtTitle.text = config.Title; |
| | | txtTitle.text = string.Format(config.Title, templateParams.ToArray()); |
| | | } |
| | | catch (System.Exception ex) |
| | | { |