提交 cbf6e77f 编写于 作者: Q qiang

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

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