提交 0bd2b758 编写于 作者: W wangyaqi

update: mp-alipay api

上级 b05fb316
...@@ -12,8 +12,6 @@ const todos = [ ...@@ -12,8 +12,6 @@ const todos = [
'startAccelerometer', 'startAccelerometer',
'startCompass', 'startCompass',
'addPhoneContact', 'addPhoneContact',
'setBackgroundColor',
'setBackgroundTextStyle',
'authorize', 'authorize',
'chooseAddress', 'chooseAddress',
'chooseInvoiceTitle', 'chooseInvoiceTitle',
...@@ -45,7 +43,9 @@ const canIUses = [ ...@@ -45,7 +43,9 @@ const canIUses = [
'openSetting', 'openSetting',
'getSetting', 'getSetting',
'createIntersectionObserver', 'createIntersectionObserver',
'getUpdateManager' 'getUpdateManager',
'setBackgroundColor',
'setBackgroundTextStyle'
] ]
function _handleNetworkInfo (result) { function _handleNetworkInfo (result) {
...@@ -382,6 +382,9 @@ const protocols = { // 需要做转换的 API 列表 ...@@ -382,6 +382,9 @@ const protocols = { // 需要做转换的 API 列表
returnValue: { returnValue: {
brightness: 'value' brightness: 'value'
} }
},
showShareMenu: {
name: 'showSharePanel'
} }
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册