wxr
2020-09-15 673a93f4ed742a10a879a67b616e6646b03ef0fb
HDL_ON/UI/UI0-Public/AppUnlockPage.cs
@@ -97,6 +97,10 @@
        public void LoadPage()
        {
            if (OnAppConfig.Instance.unlockTime.AddSeconds(60) > DateTime.Now || OnAppConfig.Instance.appUnlockPasswrod == "" || OnAppConfig.Instance.appUnlockPage.Count == 0)
            {
                return;
            }
            LoadOption();
        }
@@ -105,15 +109,6 @@
        /// </summary>
        public void LoadGesturePage(string optionType, Action fingerAction)
        {
            //Dialog dialog = new Dialog();
            if (optionType == "7")
            {
                if (OnAppConfig.Instance.unlockTime.AddSeconds(60) > DateTime.Now || OnAppConfig.Instance.appUnlockPasswrod == "" || OnAppConfig.Instance.appUnlockPage.Count == 0)
                {
                    return;
                }
            }
            var bodyView = new FrameLayout()
            {
                BackgroundColor = CSS.CSS_Color.MainBackgroundColor