Main/System/Mail/MailGlobalCell.cs
@@ -1,7 +1,5 @@
using UnityEngine;
namespace vnxbqy.UI
{
    public class MailGlobalCell : CellView
    {
        [SerializeField] ButtonEx btnMail;
@@ -45,6 +43,5 @@
                model.ReadMail(uuid);
            }
            UIManager.Instance.OpenWindow<MailInfoWin>();
        }
    }
}