wjc
2023-06-05 0a3167a1322f8b5f61cf0af6545e7b8ed659f5b1
HDL_ON/UI/UI2/4-PersonalCenter/AddDevice/SenesorEnvironment/AddQingpingSensorEnvirTipPage.cs
@@ -29,11 +29,11 @@
            if (Language.CurrentLanguage == "Chinese")
            {
                //设置头部信息
                base.SetTitleText(Language.StringByID(StringId.Add) + device.productName);
                base.SetTitleText(Language.StringByID(StringId.Add) + device.ProductShowName);
            }
            else
            {
                base.SetTitleText(Language.StringByID(StringId.Add) + " " + device.productName);
                base.SetTitleText(Language.StringByID(StringId.Add) + " " + device.ProductShowName);
            }
            //这个界面的背景需要白色
            bodyFrameLayout.BackgroundColor = UI.CSS.CSS_Color.MainBackgroundColor;