界面改版
This commit is contained in:
8
app.json
8
app.json
@@ -15,7 +15,7 @@
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#999999",
|
||||
"selectedColor": "#D4A853",
|
||||
"selectedColor": "#2D6A4F",
|
||||
"backgroundColor": "#FFFFFF",
|
||||
"borderStyle": "black",
|
||||
"list": [
|
||||
@@ -23,19 +23,19 @@
|
||||
"pagePath": "pages/home/index",
|
||||
"text": "首页",
|
||||
"iconPath": "images/home.png",
|
||||
"selectedIconPath": "images/home-active.png"
|
||||
"selectedIconPath": "images/home-green.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/ai/aichat",
|
||||
"text": "AI客服",
|
||||
"iconPath": "images/ai.png",
|
||||
"selectedIconPath": "images/ai-active.png"
|
||||
"selectedIconPath": "images/ai-green.png"
|
||||
},
|
||||
{
|
||||
"pagePath": "pages/mine/mine",
|
||||
"text": "我的",
|
||||
"iconPath": "images/mine.png",
|
||||
"selectedIconPath": "images/mine-active.png"
|
||||
"selectedIconPath": "images/mine-green.png"
|
||||
}
|
||||
]
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user