底部导航文字颜色

master
gongfuxiang 2023-10-12 17:35:28 +08:00
parent dca3432a3d
commit af68f464d4
2 changed files with 6 additions and 6 deletions

View File

@ -67,11 +67,11 @@
// tabbar // tabbar
tabbar_pages: ['/pages/index/index', '/pages/goods-category/goods-category', '/pages/cart/cart', '/pages/user/user'], tabbar_pages: ['/pages/index/index', '/pages/goods-category/goods-category', '/pages/cart/cart', '/pages/user/user'],
// //
// request_url: 'https://new.shopxo.vip/', request_url: 'https://new.shopxo.vip/',
request_url: 'http://shopxo.com/', //request_url: 'http://shopxo.com/',
// publicpublichttps://d1.shopxo.vip/public/ // publicpublichttps://d1.shopxo.vip/public/
// static_url: 'https://new.shopxo.vip/', static_url: 'https://new.shopxo.vip/',
static_url: 'http://shopxo.com/', //static_url: 'http://shopxo.com/',
// default // default
system_type: 'default', system_type: 'default',
// //

View File

@ -1009,8 +1009,8 @@
"backgroundColorBottom": "#f5f5f5" "backgroundColorBottom": "#f5f5f5"
}, },
"tabBar": { "tabBar": {
"color": "#8a8a8a", "color": "#333",
"selectedColor": "#8a8a8a", "selectedColor": "#333",
"backgroundColor": "#fff", "backgroundColor": "#fff",
"list": [{ "list": [{
"pagePath": "pages/index/index", "pagePath": "pages/index/index",