This commit is contained in:
wangjiahai
2023-12-06 13:41:44 +08:00
parent aaf8c78299
commit 56c981bce3

View File

@@ -101,7 +101,6 @@
navHeight: 0, navHeight: 0,
disableWidth: 0, disableWidth: 0,
enableWidth: 0, enableWidth: 0,
enableHeight: 0,
fontSize: 0, fontSize: 0,
navStyle: 'left', navStyle: 'left',
nativeNavNoRemove: true, nativeNavNoRemove: true,
@@ -130,7 +129,6 @@
this.navHeight = navInfo.navBar.height + navInfo.unit this.navHeight = navInfo.navBar.height + navInfo.unit
this.disableWidth = navInfo.navBar.disableWidth + navInfo.unit this.disableWidth = navInfo.navBar.disableWidth + navInfo.unit
this.enableWidth = navInfo.navBar.enableWidth + navInfo.unit this.enableWidth = navInfo.navBar.enableWidth + navInfo.unit
this.enableHeight = navInfo.navBar.enableHeight + navInfo.unit
this.fontSize = navInfo.navBar.fontSize + navInfo.unit this.fontSize = navInfo.navBar.fontSize + navInfo.unit
this.nativeNavNoRemove = navInfo.menuButton.nativeNavNoRemove this.nativeNavNoRemove = navInfo.menuButton.nativeNavNoRemove
}, },