黄学彪
2020-12-16 0d9f64668fd7350d6a21fd157e32009a96d98134
ZigbeeApp/Shared/Phone/UserCenter/DoorLock/MasterManagementPage.cs
@@ -9,7 +9,7 @@
        /// 构造函数
        /// </summary>
        /// <param name="doorLock"></param>
        public MasterManagementPage(ZigBee.Device.DoorLock doorLock, Shared.Phone.UserCenter.MemberInfoRes accountObj)
        public MasterManagementPage(ZigBee.Device.DoorLock doorLock, MemberInfoRes accountObj)
        {
            this.doorLock = doorLock;
            this.accountObj = accountObj;
@@ -24,7 +24,7 @@
        /// <summary>
        /// 当前账户
        /// </summary>
        Shared.Phone.UserCenter.MemberInfoRes accountObj;
        MemberInfoRes accountObj;
        #endregion
        /// <summary>
@@ -32,15 +32,7 @@
        /// </summary>
        public void Show()
        {
            string accountTitle = "";
            if (accountObj.UserName != null)
            {
                accountTitle = accountObj.UserName;
            }
            else
            {
                accountTitle = accountObj.Account;
            }
            string accountTitle = accountObj.ShowName;
            this.TopFrameLayout(this, accountTitle);
            EventHandler<MouseEventArgs> eHandlerBack = (sender, e) =>