Commit 598c71f1 authored by yuzheng's avatar yuzheng

修复单选预览时showSelectBtn配置不生效的bug

parent fd1faad4
...@@ -610,7 +610,7 @@ ...@@ -610,7 +610,7 @@
} else { } else {
self->_doneButton.enabled = YES; self->_doneButton.enabled = YES;
} }
self->_selectButton.hidden = currentModel.iCloudFailed; self->_selectButton.hidden = currentModel.iCloudFailed || !_tzImagePickerVc.showSelectBtn;
self->_originalPhotoButton.hidden = currentModel.iCloudFailed; self->_originalPhotoButton.hidden = currentModel.iCloudFailed;
self->_originalPhotoLabel.hidden = currentModel.iCloudFailed; self->_originalPhotoLabel.hidden = currentModel.iCloudFailed;
}); });
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment