陈嘉乐
2020-07-28 af4101b1d8461331bc3163b738fc75d4bf67c85c
HDL_ON/UI/MainPage.cs
@@ -1,6 +1,7 @@
using System;
using System.Collections.Generic;
using HDL_ON.DAL;
using HDL_ON.UI;
using HDL_ON.UI.CSS;
using Shared;
@@ -84,6 +85,7 @@
                    })
                    { IsBackground = true }.Start();
                    GoUserPage();
                    AppUnlockPage.LoadPage();
                }
            }
            catch (Exception ex)
@@ -127,7 +129,7 @@
                BasePageView.ScrollEnabled = false;
            };
            BaseView.AddChidren(BasePageView);
            //跳转页面----
            var userPage = new UI.UserPage();
            BasePageView.AddChidren(userPage);