Main/System/Mail/MailInfoAwardItemCell.cs
@@ -1,7 +1,5 @@ using UnityEngine; namespace vnxbqy.UI { public class MailInfoAwardItemCell : CellView { [SerializeField] ItemCell itemCell; @@ -21,6 +19,5 @@ MailCategory mailCategory = (MailCategory)cellView.info.Value.infoInt1; var list = model.GetSortMailScrList(mailCategory); } } }