ZigbeeApp/Shared/Phone/Device/Room/EditRoom.cs
@@ -533,7 +533,11 @@ var fileName = $"RoomIcon_{tradeTime}.png"; //通过相机拍照裁剪 CropImage.TakePicture((imagePath) => { { if (string.IsNullOrEmpty(imagePath) == true) { return; } if (IconPathType != 0) { Global.DeleteFilebyHomeId(backGround.ImagePath); @@ -555,6 +559,10 @@ //从相册选择图片裁剪 CropImage.SelectPicture((imagePath) => { if (string.IsNullOrEmpty(imagePath) == true) { return; } if (IconPathType != 0) { Global.DeleteFilebyHomeId(backGround.ImagePath);