wei
2021-08-27 1f5fdd892e8efc9f1babe1ace9d810803edef396
HDL_ON/UI/UI2/FuntionControlView/FunctionBaseInfoSetPage.cs
@@ -47,7 +47,7 @@
        /// <summary>
        /// 加载界面
        /// </summary>
        public void LoadPage()
        public void LoadPage(bool locationSetting = true)
        {
            bodyView.BackgroundColor = CSS_Color.BackgroundColor;
            new TopViewDiv(bodyView, Language.StringByID(StringId.Setting)).LoadTopView(actionRefresh);
@@ -111,7 +111,8 @@
                });
            #endregion
            if (locationSetting)
            {
            #region 位置管理
            var locationMagtView = new FrameLayout()
            {
@@ -162,7 +163,7 @@
                    Height = Application.GetRealHeight(1)
                });
            #endregion
            }
            #region 共享
            //var sharedView = new FrameLayout()
            //{