Commit fc4726c7 by cocomilk2012

update

parent 622b0ca6
Showing with 2 additions and 2 deletions
......@@ -37,7 +37,7 @@ Vue.prototype.setPageNavState = function () {
isCloseLeft: false,
isShowTitle: false,
isShowNav: false,
isCloseWebView: false
isCloseWebView: true
});
bridge.getBarHeight().then(response => {
......
......@@ -294,7 +294,7 @@ export default {
isCloseLeft: true,
isShowTitle: true,
isShowNav: true,
isCloseWebView: true
isCloseWebView: false
})
.then(res => {
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