Skip to content

Commit

Permalink
fix(h5): 修复 chooseImage 无法两次选择相同图片 fix #3747 (#3748)
Browse files Browse the repository at this point in the history
  • Loading branch information
jimczj authored and Littly committed Jul 10, 2019
1 parent 4744815 commit b7a327b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/taro-h5/src/api/image/chooseImage.js
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,7 @@ const chooseImage = function (options) {
typeof success === 'function' && success(res)
typeof complete === 'function' && complete(res)
taroChooseImageCallback(res)
e.target.value = ''
}
return taroChooseImagePromise
}
Expand Down

0 comments on commit b7a327b

Please sign in to comment.