ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayProductInfoForm.cs
@@ -124,7 +124,8 @@ //设备类型 (固定智能网关) caption = Language.StringByID(R.MyInternationalizationString.uDeviceType); var btnType = new FrameCaptionViewControl(caption, Language.StringByID(60004), listview.rowSpace / 2); var infoContent = Common.LocalDevice.Current.GetDeviceModelIdNameInfo("1"); var btnType = new FrameCaptionViewControl(caption, infoContent != null ? infoContent.A类型名字 : string.Empty, listview.rowSpace / 2); btnType.UseClickStatu = false; listview.AddChidren(btnType); btnType.InitControl();