diff --git a/packages/taro-tt/src/apis-list.ts b/packages/taro-tt/src/apis-list.ts index 3610eb682d80..49bbf20203df 100644 --- a/packages/taro-tt/src/apis-list.ts +++ b/packages/taro-tt/src/apis-list.ts @@ -7,5 +7,6 @@ export const needPromiseApis = new Set([ 'pay', 'navigateToVideoView', 'showInteractionBar', - 'openEcGood' + 'openEcGood', + 'openAwemeUserProfile' ])