Skip to content

Commit

Permalink
解决图库返回信息无响应
Browse files Browse the repository at this point in the history
  • Loading branch information
fzxlzy committed Dec 22, 2023
1 parent 56943fb commit ae76fdd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 6 deletions.
Binary file modified harmony/image_picker.har
Binary file not shown.
8 changes: 2 additions & 6 deletions harmony/image_picker/src/main/ets/ImagePickerTurboModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -118,12 +118,8 @@ export class ImagePickerTurboModule extends TurboModule {
return results
}
let want = {
"deviceId": "",
"bundleName": "",
"abilityName": "",
"uri": "",
"type": "image/*",
"action": action,
"type": "multipleselect",
"action": "ohos.want.action.photoPicker",
"parameters": {
uri: 'multipleselect',
maxSelectCount: selectionLimit,
Expand Down

0 comments on commit ae76fdd

Please sign in to comment.