|
@@ -192,6 +192,7 @@ export default class ChosePhoto extends Component<Props> {
|
|
|
);
|
|
|
}
|
|
|
photograph() {
|
|
|
+ this.setModalVisible(false);
|
|
|
//拍照
|
|
|
ImagePicker.launchCamera(options, response => {
|
|
|
if (response.error) {
|
|
@@ -202,6 +203,7 @@ export default class ChosePhoto extends Component<Props> {
|
|
|
}
|
|
|
|
|
|
album_selection() {
|
|
|
+ this.setModalVisible(false);
|
|
|
//打开系统相册
|
|
|
ImagePicker.launchImageLibrary(options, response => {
|
|
|
if (response.error) {
|