3
This commit is contained in:
@@ -72,14 +72,14 @@
|
||||
"statusbar": {
|
||||
"immersed": "supportedDevice",
|
||||
"style": "dark",
|
||||
"background": "#F8F8F8"
|
||||
"background": "#FFFFFF"
|
||||
},
|
||||
"uniStatistics": {
|
||||
"enable": false
|
||||
},
|
||||
"allowsInlineMediaPlayback": true,
|
||||
"safearea": {
|
||||
"background": "#ffffff",
|
||||
"background": "#FFFFFF",
|
||||
"bottom": {
|
||||
"offset": "auto"
|
||||
}
|
||||
@@ -100,8 +100,8 @@
|
||||
},
|
||||
"tabBar": {
|
||||
"position": "bottom",
|
||||
"color": "#8a7535",
|
||||
"selectedColor": "#B4880F",
|
||||
"color": "#444444",
|
||||
"selectedColor": "#4C8DFF",
|
||||
"borderStyle": "rgba(0,0,0,0.4)",
|
||||
"blurEffect": "none",
|
||||
"fontSize": "10px",
|
||||
@@ -112,35 +112,35 @@
|
||||
{
|
||||
"pagePath": "pages/index/index",
|
||||
"text": "首页",
|
||||
"iconPath": "/static/logo.png",
|
||||
"selectedIconPath": "/static/logo.png"
|
||||
"iconPath": "/static/icons/home.png",
|
||||
"selectedIconPath": "/static/icons/home.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/product/list",
|
||||
"text": "货品",
|
||||
"iconPath": "/static/logo.png",
|
||||
"selectedIconPath": "/static/logo.png"
|
||||
"iconPath": "/static/icons/product.png",
|
||||
"selectedIconPath": "/static/icons/product.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/order/create",
|
||||
"text": "开单",
|
||||
"iconPath": "/static/logo.png",
|
||||
"selectedIconPath": "/static/logo.png"
|
||||
"iconPath": "/static/icons/icons8-purchase-order-100.png",
|
||||
"selectedIconPath": "/static/icons/icons8-purchase-order-100.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/detail/index",
|
||||
"text": "明细",
|
||||
"iconPath": "/static/logo.png",
|
||||
"selectedIconPath": "/static/logo.png"
|
||||
"iconPath": "/static/icons/icons8-more-details-100.png",
|
||||
"selectedIconPath": "/static/icons/icons8-more-details-100.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/my/index",
|
||||
"text": "我的",
|
||||
"iconPath": "/static/logo.png",
|
||||
"selectedIconPath": "/static/logo.png"
|
||||
"iconPath": "/static/icons/icons8-account-male-100.png",
|
||||
"selectedIconPath": "/static/icons/icons8-account-male-100.png"
|
||||
}
|
||||
],
|
||||
"backgroundColor": "#ffffff",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"selectedIndex": 0,
|
||||
"shown": true,
|
||||
"child": [
|
||||
@@ -158,7 +158,7 @@
|
||||
"enable": false
|
||||
},
|
||||
"safearea": {
|
||||
"background": "#ffffff",
|
||||
"background": "#FFFFFF",
|
||||
"bottom": {
|
||||
"offset": "auto"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user