黄学彪
2020-02-21 bd46c57c77c276014db3192a4e2cc96e23c93202
ZigbeeApp/Shared/Phone/UserCenter/Member/SubAccountLevelUpSuccessForm.cs
@@ -82,7 +82,7 @@
            var btnAuthority = new NormalViewControl(frame.Width, Application.GetRealHeight(50), false);
            btnAuthority.TextAlignment = TextAlignment.Center;
            btnAuthority.Y = Application.GetRealHeight(400);
            btnAuthority.TextColor = UserCenterColor.Current.TextGrayColor;
            btnAuthority.TextColor = UserCenterColor.Current.TextGrayColor1;
            if (memberInfo.AccountType == 1)
            {
                btnAuthority.TextID = R.MyInternationalizationString.Administrator;
@@ -125,7 +125,7 @@
                //该管理员已成为成员
                btnView.TextID = R.MyInternationalizationString.uSubAccountLevelIsDown;
            }
            btnView.TextColor = UserCenterColor.Current.TextGrayColor;
            btnView.TextColor = UserCenterColor.Current.TextGrayColor1;
            btnView.IsMoreLines = true;
            btnView.TextSize = 12;
            frame.AddChidren(btnView);