Skip to content

Commit

Permalink
Merge branch 'master' into dev
Browse files Browse the repository at this point in the history
  • Loading branch information
dcloud-robot committed Jan 12, 2019
2 parents 9d60729 + e48a128 commit e1620f8
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 2 deletions.
2 changes: 1 addition & 1 deletion packages/uni-h5/dist/index.umd.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion packages/uni-h5/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@dcloudio/uni-h5",
"version": "0.0.15",
"version": "0.0.16",
"description": "uni-app h5",
"main": "dist/index.umd.min.js",
"scripts": {
Expand Down
2 changes: 2 additions & 0 deletions src/core/helpers/protocol/tab-bar.js
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,8 @@ function beforeValidate (params) {
if (pages[pages.length - 1].$page.meta.isTabBar) {
isTabBar = true
}
} else if (getApp().$children[0].hasTabBar) {
isTabBar = true
}
if (!isTabBar) {
return 'not TabBar page'
Expand Down

0 comments on commit e1620f8

Please sign in to comment.