Commit 11a8ef79 by 张辉

localStorage.getItem("barHeight")

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