wxr
2022-04-08 271c46f52e74845dac76fa5ece4eb8b94d9168f4
HDL_ON/UI/UI2/4-PersonalCenter/PersonalCenterPage.cs
@@ -142,7 +142,7 @@
        ///// <summary>
        ///// 获取支持文本
        ///// </summary>
        //Button btnSupportText;
        Button btnSupportText;
        /// <summary>
        /// 关于On文本
@@ -856,7 +856,7 @@
            #endregion
            #region Siri
            #if __IOS__
#if __IOS__
            //if (Application.PhoneType >= 12)
            {
                supportViewCellCount++;
@@ -925,7 +925,7 @@
                };
                siriView.AddChidren(btnSmartSpeakerViewLine);
            }
            #endif
#endif
            #endregion
            #region 获取支持
@@ -935,7 +935,8 @@
            //    BackgroundColor = 0xFFFF0000,
            //};
            //supportView.AddChidren(supView);
            //supView.MouseUpEventHandler = (sender, e) => {
            //supView.MouseUpEventHandler = (sender, e) =>
            //{
            //    Dialog dialog = new Dialog();
            //    var bodyView = new FrameLayout();
@@ -957,7 +958,8 @@
            //        TextAlignment = TextAlignment.CenterLeft,
            //        TextSize = CSS_FontSize.SubheadingFontSize,
            //    };
            //    btnClose.MouseUpEventHandler = (sender, e) => {
            //    btnClose.MouseUpEventHandler = (sender9, e0) =>
            //    {
            //        dialog.Close();
            //    };
            //    bodyView.AddChidren(btnClose);