From 449ba5b5c6bb1cfccd7e1e5d7b7696e41c5064b0 Mon Sep 17 00:00:00 2001
From: 陈嘉乐 <cjl@hdlchina.com.cn>
Date: 星期二, 14 七月 2020 17:15:28 +0800
Subject: [PATCH] 2020-07-14-2
---
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