Commit fc4726c7 by cocomilk2012

update

parent 622b0ca6
Showing with 2 additions and 2 deletions
...@@ -37,7 +37,7 @@ Vue.prototype.setPageNavState = function () { ...@@ -37,7 +37,7 @@ Vue.prototype.setPageNavState = function () {
isCloseLeft: false, isCloseLeft: false,
isShowTitle: false, isShowTitle: false,
isShowNav: false, isShowNav: false,
isCloseWebView: false isCloseWebView: true
}); });
bridge.getBarHeight().then(response => { bridge.getBarHeight().then(response => {
......
...@@ -294,7 +294,7 @@ export default { ...@@ -294,7 +294,7 @@ export default {
isCloseLeft: true, isCloseLeft: true,
isShowTitle: true, isShowTitle: true,
isShowNav: true, isShowNav: true,
isCloseWebView: true isCloseWebView: false
}) })
.then(res => { .then(res => {
console.log("setPageNavState in bill index"); console.log("setPageNavState in bill index");
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment