From d6633c946119059e2739cc1bea0ecc941c6c0578 Mon Sep 17 00:00:00 2001 From: wangjiahai <1556608@qq.com> Date: Wed, 6 Dec 2023 14:09:28 +0800 Subject: [PATCH] 1111 --- components/NavBar/NavBar.vue | 18 +++++++++++------- 1 file changed, 11 insertions(+), 7 deletions(-) diff --git a/components/NavBar/NavBar.vue b/components/NavBar/NavBar.vue index 8d08f92..8a332fe 100644 --- a/components/NavBar/NavBar.vue +++ b/components/NavBar/NavBar.vue @@ -23,7 +23,7 @@ - @@ -31,17 +31,21 @@ - + - {{nativeNavNoRemove?"":navTitle}} + {{navTitle}} - + + + + + @@ -103,7 +107,7 @@ enableWidth: 0, fontSize: 0, navStyle: 'left', - nativeNavNoRemove: true, + supportCustomBar: true, }; }, mounted() { @@ -130,7 +134,7 @@ this.disableWidth = navInfo.navBar.disableWidth + navInfo.unit this.enableWidth = navInfo.navBar.enableWidth + navInfo.unit this.fontSize = navInfo.navBar.fontSize + navInfo.unit - this.nativeNavNoRemove = navInfo.menuButton.nativeNavNoRemove + this.supportCustomBar = navInfo.supportCustomBar }, methods: { /**