Skip to content

Commit

Permalink
fix(tt): 让 openAwemeUserProfile API 支持 promise 式调用
Browse files Browse the repository at this point in the history
  • Loading branch information
Chen-jj committed Jun 30, 2022
1 parent 3fec38d commit 685a616
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/taro-tt/src/apis-list.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,6 @@ export const needPromiseApis = new Set([
'pay',
'navigateToVideoView',
'showInteractionBar',
'openEcGood'
'openEcGood',
'openAwemeUserProfile'
])

0 comments on commit 685a616

Please sign in to comment.