From 685a6164f071a718a5847eed4223e04ab41966c3 Mon Sep 17 00:00:00 2001 From: chenjiajian <798095202@qq.com> Date: Wed, 29 Jun 2022 16:49:00 +0800 Subject: [PATCH] =?UTF-8?q?fix(tt):=20=E8=AE=A9=20openAwemeUserProfile=20A?= =?UTF-8?q?PI=20=E6=94=AF=E6=8C=81=20promise=20=E5=BC=8F=E8=B0=83=E7=94=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- packages/taro-tt/src/apis-list.ts | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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' ])