Browse Source

1.修改选择框消失时间

zhangmengjie 5 years ago
parent
commit
c2d1b49993
2 changed files with 2 additions and 1 deletions
  1. 2 0
      pages/components/ChosePhoto.js
  2. 0 1
      pages/components/PersonalInfo.js

+ 2 - 0
pages/components/ChosePhoto.js

@@ -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) {

+ 0 - 1
pages/components/PersonalInfo.js

@@ -654,7 +654,6 @@ export default class PersonalInfo extends BasePage {
   }
 
   photoback(photo_uri) {
-    this.chosephoto.setModalVisible(false);
     if (photo_uri == undefined || photo_uri === "" || photo_uri == null) {
       return;
     }