fix: tab icon
This commit is contained in:
16
pages.json
16
pages.json
@@ -74,24 +74,24 @@
|
||||
},
|
||||
"tabBar": {
|
||||
"color": "#999999",
|
||||
"selectedColor": "#7DBB9D",
|
||||
"backgroundColor": "#f6f1ec",
|
||||
"iconWidth": "8px",
|
||||
"selectedColor": "#ff3b30",
|
||||
"backgroundColor": "#ffffff",
|
||||
"iconWidth": "24px",
|
||||
"list": [
|
||||
{
|
||||
"text": "祝福",
|
||||
"text": "首页",
|
||||
"pagePath": "pages/index/index",
|
||||
"iconPath": "static/images/tabBar/home.png",
|
||||
"selectedIconPath": "static/images/tabBar/home_s.png"
|
||||
},
|
||||
{
|
||||
"text": "制作",
|
||||
"text": "定制贺卡",
|
||||
"pagePath": "pages/make/index",
|
||||
"iconPath": "static/images/tabBar/message.png",
|
||||
"selectedIconPath": "static/images/tabBar/message_s.png"
|
||||
"iconPath": "static/images/tabBar/creation.png",
|
||||
"selectedIconPath": "static/images/tabBar/creation_s.png"
|
||||
},
|
||||
{
|
||||
"text": "个人中心",
|
||||
"text": "我的",
|
||||
"pagePath": "pages/mine/mine",
|
||||
"iconPath": "static/images/tabBar/me.png",
|
||||
"selectedIconPath": "static/images/tabBar/me_s.png"
|
||||
|
||||
Reference in New Issue
Block a user