| | |
| | | Common.Global.DeleteFilebyHomeId(editorRoom.BackgroundImage);
|
| | | }
|
| | | //备份
|
| | | HdlAutoBackupLogic.DeleteFile(editorRoom.BackgroundImage);
|
| | | HdlBackupLogic.Current.DeleteAutoBackFileStatu(editorRoom.BackgroundImage);
|
| | | }
|
| | | //自定义图片
|
| | | if (cloneRoom.BackgroundImageType == 1 || cloneRoom.BackgroundImageType == 2)
|
| | |
| | | Shared.IO.FileUtils.WriteFileByBytes(picFullName, btnPic.ImageBytes);
|
| | | cloneRoom.BackgroundImage = picName;
|
| | | //备份
|
| | | HdlAutoBackupLogic.AddOrEditorFile(picName);
|
| | | HdlBackupLogic.Current.AddOrEditorAutoBackFileStatu(picName);
|
| | | }
|
| | | }
|
| | |
|