ZigbeeApp/Shared/Phone/UserCenter/Gateway/Manage/GatewayInfoEditorForm.cs
@@ -326,10 +326,10 @@ /// 检测新版本 /// </summary> /// <param name="btnNewVersion">提示有新版本的控件</param> private async void CheckNewVersion(PicViewControl btnNewVersion) private void CheckNewVersion(PicViewControl btnNewVersion) { //获取网关版本信息 var result = await HdlGatewayLogic.Current.GetGatewayAllNewVersion(this.zbGateway); var result = HdlGatewayLogic.Current.GetGatewayAllNewVersion(this.zbGateway); if (result == null) { return;