提交 d59c8bc2 编写于 作者: Q qiang

build v3

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