陈嘉乐
2020-12-02 6b6a65cc86b668b57a84d6d8a7bec4c43ddcc0f5
HDL_ON/UI/UI2/4-PersonalCenter/MyServerInfoPage.cs
@@ -36,7 +36,7 @@
            var serverBtn = new Button()
            {
                X = Application.GetRealWidth(40),
                Y = imageView.Bottom +  Application.GetRealHeight(12),
                Y = imageView.Bottom + Application.GetRealHeight(12),
                Width = Application.GetRealWidth(295),
                Height = Application.GetRealHeight(22),
                TextAlignment = TextAlignment.CenterLeft,
@@ -98,7 +98,7 @@
            {
                PhoneDialer.Open(Constant.SUPPORT_TELEPHONENUMBER);
            };
            serverBtn.Text = Language.StringByID(StringId.CurrentAccountServerOwnership) + UserInfo.Current.GlobalRegion.regionName;
        }