ZigbeeApp/Shared/Phone/Device/Category/CategoryAddScene.cs
@@ -555,6 +555,10 @@ //通过相机拍照裁剪 CropImage.TakePicture((imagePath) => { if (string.IsNullOrEmpty(imagePath) == true) { return; } if (isModify) { if (IconPathType != 0) @@ -579,6 +583,10 @@ //从相册选择图片裁剪 CropImage.SelectPicture((imagePath) => { if (string.IsNullOrEmpty(imagePath) == true) { return; } if (isModify) { if (IconPathType != 0)