From f9b1c7c9ff6b2f799d895d7f355a2da9438da616 Mon Sep 17 00:00:00 2001 From: wangyaqi Date: Fri, 20 Dec 2019 16:46:22 +0800 Subject: [PATCH] =?UTF-8?q?update:=20=E6=9B=B4=E6=96=B0=E6=94=AF=E4=BB=98?= =?UTF-8?q?=E5=AE=9D=E5=B0=8F=E7=A8=8B=E5=BA=8F=E5=85=BC=E5=AE=B9=E5=88=97?= =?UTF-8?q?=E8=A1=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/platforms/mp-alipay/runtime/api/protocols.js | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/platforms/mp-alipay/runtime/api/protocols.js b/src/platforms/mp-alipay/runtime/api/protocols.js index 5f78ff758..3b82d5ba4 100644 --- a/src/platforms/mp-alipay/runtime/api/protocols.js +++ b/src/platforms/mp-alipay/runtime/api/protocols.js @@ -3,13 +3,10 @@ const todos = [ 'getRecorderManager', 'getBackgroundAudioManager', 'createInnerAudioContext', - 'createVideoContext', 'createCameraContext', 'createLivePlayerContext', - 'onMemoryWarning', 'startAccelerometer', 'startCompass', - 'addPhoneContact', 'authorize', 'chooseInvoiceTitle', 'addTemplate', @@ -45,7 +42,10 @@ const canIUses = [ 'checkIsSupportSoterAuthentication', 'startSoterAuthentication', 'checkIsSoterEnrolledInDevice', - 'openDocument' + 'openDocument', + 'createVideoContext', + 'onMemoryWarning', + 'addPhoneContact' ] function _handleNetworkInfo (result) { -- GitLab