From c249da2e79dd44f3aa2175b17f954906ccca2b6b Mon Sep 17 00:00:00 2001 From: sws <1141121512@qq.com> Date: Fri, 11 Oct 2024 09:42:46 +0800 Subject: [PATCH] =?UTF-8?q?1.=E8=AE=BE=E7=BD=AE=E9=A1=B6=E9=83=A8=E5=AF=BC?= =?UTF-8?q?=E8=88=AA=E7=9A=84=E9=BB=98=E8=AE=A4=E9=A2=9C=E8=89=B2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/diy/diy.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/components/diy/diy.vue b/components/diy/diy.vue index 06c8b8d0..b90a81b2 100644 --- a/components/diy/diy.vue +++ b/components/diy/diy.vue @@ -286,7 +286,7 @@ // 设置顶部导航的默认颜色 uni.setNavigationBarColor({ frontColor: parseInt(this.propValue.header.com_data.style.function_buttons_type) == 0 ? '#000000' : '#ffffff', - backgroundColor: 'transparent', + backgroundColor: parseInt(this.propValue.header.com_data.style.function_buttons_type) == 0 ? '#ffffff' : '#000000', }); uni.setStorageSync(this.cache_key + this.tabs_home_id, this.propValue.diy_data); },