Skip to content

Commit

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

0 comments on commit 3fec38d

Please sign in to comment.