顾海波

修复单图选择

@@ -119,6 +119,7 @@ class ImagePickerOhos extends ImagePickerPlatform { @@ -119,6 +119,7 @@ class ImagePickerOhos extends ImagePickerPlatform {
119 GeneralOptions( 119 GeneralOptions(
120 allowMultiple: false, 120 allowMultiple: false,
121 usePhotoPicker: useOhosPhotoPicker, 121 usePhotoPicker: useOhosPhotoPicker,
  122 + limit: 1
122 ), 123 ),
123 ); 124 );
124 return paths.isEmpty ? null : paths.first; 125 return paths.isEmpty ? null : paths.first;