Commit 11a8ef79 by 张辉

localStorage.getItem("barHeight")

parent 375c2598
Showing with 14 additions and 13 deletions
...@@ -574,19 +574,20 @@ export default { ...@@ -574,19 +574,20 @@ export default {
// const callJsBridge=callJsBridgeGenerator(); // const callJsBridge=callJsBridgeGenerator();
// this.callJsBridge.next(); // this.callJsBridge.next();
// this.callJsBridge.next(); // this.callJsBridge.next();
this.$bridge // this.$bridge
.setPageNavState({ // .setPageNavState({
headerColor: "#0978e7", // headerColor: "#0978e7",
isShowClose: false, // isShowClose: false,
isShowBack: false, // isShowBack: false,
isCloseLeft: false, // isCloseLeft: false,
isShowTitle: false, // isShowTitle: false,
isShowNav: false, // isShowNav: false,
isCloseWebView: false // isCloseWebView: false
}) // })
.then(res => { // .then(res => {
console.log("setPageNavState in bill index"); // console.log("setPageNavState in bill index");
}); // });
this.setPageNavState();
this.setBarHeightLowBee(); this.setBarHeightLowBee();
this.globalNavLeftArrowClick(this.navLeftArrowClick); this.globalNavLeftArrowClick(this.navLeftArrowClick);
await this.loadPeriodData(); await this.loadPeriodData();
......
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