diff --git a/components/NavBar/NavBar.vue b/components/NavBar/NavBar.vue index a50e94c..8d08f92 100644 --- a/components/NavBar/NavBar.vue +++ b/components/NavBar/NavBar.vue @@ -101,7 +101,6 @@ navHeight: 0, disableWidth: 0, enableWidth: 0, - enableHeight: 0, fontSize: 0, navStyle: 'left', nativeNavNoRemove: true, @@ -130,7 +129,6 @@ this.navHeight = navInfo.navBar.height + navInfo.unit this.disableWidth = navInfo.navBar.disableWidth + navInfo.unit this.enableWidth = navInfo.navBar.enableWidth + navInfo.unit - this.enableHeight = navInfo.navBar.enableHeight + navInfo.unit this.fontSize = navInfo.navBar.fontSize + navInfo.unit this.nativeNavNoRemove = navInfo.menuButton.nativeNavNoRemove },