ソースを参照

update app/pages/sign/RegisterV3.js

wudebin 4 ヶ月 前
コミット
9f2b5371f2
1 ファイル変更0 行追加1 行削除
  1. 0 1
      Strides-SPAPP/app/pages/sign/RegisterV3.js

+ 0 - 1
Strides-SPAPP/app/pages/sign/RegisterV3.js

@@ -482,7 +482,6 @@ const UploadView = ({url, onPress}) => (
         source={require('../../images/icon/ic-add-photo.png')}/>
     : <Image
         style={styles.uploadIcon}
-        defaultSource={require('../../images/icon/icon-upload-default.png')}
         source={{uri: utils.getImageUrl(url)}}/>
     }
   </Pressable>