提交 d59c8bc2 编写于 作者: Q qiang

build v3

上级 b3b3353a
......@@ -8090,7 +8090,9 @@ var serviceContext = (function () {
webviewStyle.uniPageUrl = getUniPageUrl(path, query);
if (process.env.NODE_ENV !== 'production') {
console.log('[uni-app] createWebview', webviewId, path, webviewStyle);
}
}
// android 需要使用
webviewStyle.isTab = !!routeOptions.meta.isTabBar;
return plus.webview.create('', String(webviewId), webviewStyle, {
nvue: true
})
......@@ -12856,7 +12858,7 @@ var serviceContext = (function () {
}
function initTabBar () {
if (!__uniConfig.tabBar || !__uniConfig.tabBar.list.length) {
if (!__uniConfig.tabBar || !__uniConfig.tabBar.list || !__uniConfig.tabBar.list.length) {
return
}
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册