wxr
2020-08-11 2bec9c838d2d688025698de8ec1de401ffd7dd1f
HDL_ON/UI/UI2/4-PersonalCenter/ResidentialManage/RoomEditPageBLL.cs
@@ -229,8 +229,8 @@
                {
                    if (imagePath != null)
                    {
                        btnRoomBg.UnSelectedImagePath = imagePath.ToString();
                        room.backgroundImage = btnRoomBg.UnSelectedImagePath;
                        btnRoomBg.ImagePath = imagePath.ToString();
                        room.backgroundImage = btnRoomBg.ImagePath;
                        MainPage.Log("SelectPicture 裁剪图片返回路径: " + imagePath);
                    }
                }, pid.ToString(), 16, 9);
@@ -252,8 +252,8 @@
                {
                    if (imagePath != null)
                    {
                        btnRoomBg.UnSelectedImagePath = imagePath.ToString();
                        room.backgroundImage = btnRoomBg.UnSelectedImagePath;
                        btnRoomBg.ImagePath = imagePath.ToString();
                        room.backgroundImage = btnRoomBg.ImagePath;
                        MainPage.Log("SelectPicture 裁剪图片返回路径: " + imagePath);
#if DEBUG
                        new Tip() { CloseTime = 5, Text = imagePath }.Show(MainPage.BasePageView);