Commit 375c2598 by 张辉

update

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