From 6a8f057dde684eda59af6939223b72380cfe7f65 Mon Sep 17 00:00:00 2001 From: dujingcheng Date: Wed, 15 Sep 2021 21:57:26 +0800 Subject: [PATCH] dujingcheng@huawei Signed-off-by: dujingcheng --- runtime/preparation/init.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/preparation/init.ts b/runtime/preparation/init.ts index 24acee2e..3f4167b8 100644 --- a/runtime/preparation/init.ts +++ b/runtime/preparation/init.ts @@ -195,7 +195,7 @@ const ComponentsInfo: components[] = [ }, {'methods': ['reload', 'createIntersectionObserver'], 'type': 'web'}, { - 'methods': ['takePhoto', 'scrollTo', 'createIntersectionObserver'], + 'methods': ['takePhoto', 'startRecorder', 'closeRecorder', 'scrollTo', 'createIntersectionObserver'], 'type': 'camera' } ]; -- Gitee