old mode 100755
new mode 100644
| | |
| | | |
| | | } |
| | | |
| | | public override void RemoveFromParent()
|
| | | {
|
| | | ZbGateway.StatusList.Remove(this);
|
| | | public override void RemoveFromParent() |
| | | { |
| | | ZbGateway.StatusList.Remove(this); |
| | | CommonPage.Instance.IsDrawerLockMode = false; |
| | | base.RemoveFromParent();
|
| | | base.RemoveFromParent(); |
| | | } |
| | | |
| | | #region Add____________________________________ |
| | |
| | | var fileName = $"RoomIcon_{tradeTime}.png"; |
| | | //通过相机拍照裁剪 |
| | | CropImage.TakePicture((imagePath) => |
| | | {
|
| | | if (string.IsNullOrEmpty(imagePath))
|
| | | {
|
| | | return;
|
| | | { |
| | | if (string.IsNullOrEmpty(imagePath)) |
| | | { |
| | | return; |
| | | } |
| | | if (IconPathType != 0) |
| | | { |
| | |
| | | //从相册选择图片裁剪 |
| | | CropImage.SelectPicture((imagePath) => |
| | | { |
| | | if (string.IsNullOrEmpty(imagePath))
|
| | | {
|
| | | return;
|
| | | if (string.IsNullOrEmpty(imagePath)) |
| | | { |
| | | return; |
| | | } |
| | | if (IconPathType != 0) |
| | | { |