提交 809604bd 编写于 作者: fxy060608's avatar fxy060608

feat(v3): add isTab

上级 53d53ef3
......@@ -107,6 +107,9 @@ export function initWebview (webview, routeOptions, path, query) {
if (!routeOptions.meta.isNVue) {
webviewStyle.debugRefresh = getDebugRefresh(path, query, routeOptions)
} else {
// android 需要使用
webviewStyle.isTab = !!routeOptions.meta.isTabBar
}
if (process.env.NODE_ENV !== 'production') {
console.log('[uni-app] updateWebview', webviewStyle)
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册