WJC
2019-12-30 f1c3921b08bb22ac6f5db22d620e01d7e8e5c49f
ZigbeeApp/Shared/Phone/UserCenter/DoorLock/UnLockMethod.cs
@@ -78,7 +78,7 @@
                {
                    Application.RunOnMainThread(() =>
                    {
                        // 类型区分
                        // 类型区分
                        TypeRefresh();
                        CommonPage.Loading.Hide();
                    });
@@ -87,7 +87,7 @@
        }
        /// <summary>
        /// UI显示
        /// UI显示
        /// </summary>
        public void Show()
        {
@@ -177,7 +177,7 @@
                TextSize = 12,
            };
            midTopFrameLayout.AddChidren(btnAllMethod);
            // 类型区分
            // 类型区分
            if (doorLock.currentUserDisplayMethod == Language.StringByID(R.MyInternationalizationString.AllMethod))
            {
                btnAllMethod.Text = Language.StringByID(R.MyInternationalizationString.AllMethod);
@@ -809,7 +809,7 @@
            }
        }
        //类型区分
        //类型区分
        void TypeRefresh()
        {
            if (doorLock.currentUserDisplayMethod == Language.StringByID(R.MyInternationalizationString.PasswordUnlock))