Commit 375c2598 by 张辉

update

parent 4178395a
Showing with 7 additions and 7 deletions
......@@ -576,13 +576,13 @@ export default {
// this.callJsBridge.next();
this.$bridge
.setPageNavState({
headerColor: "#fff",
isShowClose: true,
isShowBack: true,
isCloseLeft: true,
isShowTitle: true,
isShowNav: true,
isCloseWebView: true
headerColor: "#0978e7",
isShowClose: false,
isShowBack: false,
isCloseLeft: false,
isShowTitle: false,
isShowNav: false,
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