From f6fd8acd7c53c44187e70b4709443318a628f4b5 Mon Sep 17 00:00:00 2001
From: wxr <464027401@qq.com>
Date: 星期二, 16 六月 2020 13:12:33 +0800
Subject: [PATCH] 2020-06-016

---
 HDL_ON/UI/UI0-Public/AppUnlockPage.cs |    8 +++++---
 1 files changed, 5 insertions(+), 3 deletions(-)

diff --git a/HDL_ON/UI/UI0-Public/AppUnlockPage.cs b/HDL_ON/UI/UI0-Public/AppUnlockPage.cs
index 9bb97e4..513166e 100644
--- a/HDL_ON/UI/UI0-Public/AppUnlockPage.cs
+++ b/HDL_ON/UI/UI0-Public/AppUnlockPage.cs
@@ -8,7 +8,6 @@
     public static class AppUnlockPage
     {
         static DateTime unlockTime = DateTime.MinValue;
-        static Dialog Dialog;
         static void LoadOption()
         {
            
@@ -18,6 +17,7 @@
             //1:楠岃瘉鎸囩汗
             if (MainPage.LoginUser.appUnlockType.Contains("3"))
             {
+                LoadGesturePage();
                 TouchIDUtils.Instance.showTouchIDWithDescribe(null, Language.StringByID(StringId.PleaseVerifyTheFingerprint));
                 TouchIDUtils.Instance.OnHDLTouchIDStateBackEvent = (sender1, e) =>
                 {
@@ -70,8 +70,11 @@
             }
         }
 
-
         public static void LoadPage()
+        {
+            LoadOption();
+        }
+        static void LoadGesturePage()
         {
             if (unlockTime.AddSeconds(60) > DateTime.Now || MainPage.LoginUser.appUnlockPasswrod == "" || MainPage.LoginUser.appUnlockPage.Count == 0)
             {
@@ -147,7 +150,6 @@
                     MainPage.BasePageView.PageIndex = MainPage.BasePageView.ChildrenCount - 1;
                 }
             };
-            LoadOption();
 
         }
     }

--
Gitblit v1.8.0