1.设置顶部导航的默认颜色

master
sws 2024-10-11 09:42:46 +08:00
parent 10dafc898c
commit c249da2e79
1 changed files with 1 additions and 1 deletions

View File

@ -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);
},