ZigbeeApp/Shared/Phone/UserCenter/Device/DeviceAddSuccessForm.cs
@@ -45,6 +45,9 @@ listNewDevice.Add(Common.LocalDevice.Current.GetOTADevice(deviceMac)); } //添加新设备的话,主页需要重新刷新 UserView.UserPage.Instance.RefreshForm = true; //设置标题信息 base.SetTitleText(Language.StringByID(R.MyInternationalizationString.uAddDevice));