mirror of
https://gitee.com/zongzhige/shopxo-uniapp.git
synced 2026-07-08 14:39:58 +08:00
1.设置顶部导航的默认颜色
This commit is contained in:
@ -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);
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user