提交 944fc893 编写于 作者: DCloud-WZF's avatar DCloud-WZF 💬

feat: 更新 getNativeView 平台兼容性

上级 1cd80a5f
...@@ -1107,11 +1107,12 @@ ...@@ -1107,11 +1107,12 @@
"navigationBarTitleText": "createSelectorQuery | 创建 SelectorQuery 实例" "navigationBarTitleText": "createSelectorQuery | 创建 SelectorQuery 实例"
} }
}, },
// #ifndef APP // #ifndef WEB
{ {
"path": "pages/API/get-native-view/get-native-view", "path": "pages/API/get-native-view/get-native-view",
"group": "1,3,2",
"style": { "style": {
"navigationBarTitleText": "获取原生view", "navigationBarTitleText": "getNativeView | 获取原生 View",
"backgroundColor": "#F8F8F8" "backgroundColor": "#F8F8F8"
} }
}, },
...@@ -2125,6 +2126,10 @@ ...@@ -2125,6 +2126,10 @@
{ {
"id": "api.dom.createSelectorQuery", "id": "api.dom.createSelectorQuery",
"name": "createSelectorQuery" "name": "createSelectorQuery"
},
{
"id": "api.dom.getNativeView",
"name": "getNativeView"
} }
] ]
}, },
...@@ -2739,4 +2744,4 @@ ...@@ -2739,4 +2744,4 @@
] ]
} }
] ]
} }
\ No newline at end of file
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册