Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions packages/taro-platform-tt/src/apis-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@ export const needPromiseApis = new Set([
'canRateAwemeOrders',
'checkFollowAwemeState',
'checkFollowState',
'chooseMedia',
'continueToPay',
'createOrder',
'exitMiniProgram',
Expand Down
2 changes: 1 addition & 1 deletion packages/taro/types/api/media/video.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -505,7 +505,7 @@ declare module '../../index' {
chooseVideo(option: chooseVideo.Option): Promise<chooseVideo.SuccessCallbackResult>

/** 拍摄或从手机相册中选择图片或视频。
* @supported weapp, h5, harmony_hybrid, harmony
* @supported weapp, h5, harmony_hybrid, harmony, tt
* @example
* ```tsx
* Taro.chooseMedia({
Expand Down
Loading