wangjiahai 2 years ago
parent
commit
56c981bce3
  1. 2
      components/NavBar/NavBar.vue

2
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
},

Loading…
Cancel
Save