提交 cbf6e77f 编写于 作者: Q qiang

Merge branch 'dev' of github.com:dcloudio/uni-app into dev

...@@ -40,7 +40,9 @@ const TODOS = [ ...@@ -40,7 +40,9 @@ const TODOS = [
'getUpdateManager', 'getUpdateManager',
'setEnableDebug', 'setEnableDebug',
'getExtConfig', 'getExtConfig',
'getExtConfigSync' 'getExtConfigSync',
'onWindowResize',
'offWindowResize'
] ]
function _handleNetworkInfo (result) { function _handleNetworkInfo (result) {
......
...@@ -27,7 +27,9 @@ const TODOS = [ ...@@ -27,7 +27,9 @@ const TODOS = [
'getBeacons', 'getBeacons',
'startBeaconDiscovery', 'startBeaconDiscovery',
'stopBeaconDiscovery', 'stopBeaconDiscovery',
'hideShareMenu' 'hideShareMenu',
'onWindowResize',
'offWindowResize'
] ]
function createTodoMethod (contextName, methodName) { function createTodoMethod (contextName, methodName) {
......
...@@ -76,7 +76,9 @@ const TODOS = [ ...@@ -76,7 +76,9 @@ const TODOS = [
'sendTemplateMessage', 'sendTemplateMessage',
'setEnableDebug', 'setEnableDebug',
'getExtConfig', 'getExtConfig',
'getExtConfigSync' 'getExtConfigSync',
'onWindowResize',
'offWindowResize'
] ]
// 需要做转换的 API 列表 // 需要做转换的 API 列表
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册