From 5de5a26d3825b3182a7d3a18ed1cbdbb78a3f9aa Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期四, 23 七月 2020 16:39:59 +0800
Subject: [PATCH] 2020-07-23

---
 HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs |    5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diff --git a/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs b/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs
index 4a2affc..d6a421a 100644
--- a/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs
+++ b/HDL_ON/UI/UI2/4-PersonalCenter/UnlockSetting/AppUnlockPasswordPage.cs
@@ -7,6 +7,7 @@
     public partial class AppUnlockPasswordPage : FrameLayout
     {
         FrameLayout bodyView;
+        EditText etPassword;
 
         string passwrod = "";
         string oldPasswrod = "";
@@ -17,7 +18,6 @@
             oldPasswrod = pw;
             backAction = action;
         }
-
 
         /// <summary>
         /// 
@@ -132,7 +132,7 @@
             bodyView.AddChidren(btnTipError);
 
 
-            var etPassword = new EditText()
+            etPassword = new EditText()
             {
                 Y = Application.GetRealWidth(100),
                 Height = Application.GetRealWidth(0),
@@ -205,6 +205,7 @@
                             {
                                 if (passwrod == oldPasswrod)
                                 {
+                                    //MainPage.BasePageView.GetChildren(MainPage.BasePageView.ChildrenCount - 1).RemoveFromParent();
                                     this.RemoveFromParent();
                                     backAction();
                                     return;

--
Gitblit v1.8.0