提交 c5b8e03d 编写于 作者: 芊里

添加tabbar图标

上级 958db71f
...@@ -188,12 +188,18 @@ ...@@ -188,12 +188,18 @@
"backgroundColor": "#F8F8F8", "backgroundColor": "#F8F8F8",
"list": [{ "list": [{
"pagePath": "pages/list/list", "pagePath": "pages/list/list",
"iconPath":"static/tabbar/list.png",
"selectedIconPath":"static/tabbar/list_active.png",
"text": "列表" "text": "列表"
}, { }, {
"pagePath": "pages/grid/grid", "pagePath": "pages/grid/grid",
"iconPath":"static/tabbar/grid.png",
"selectedIconPath":"static/tabbar/grid_active.png",
"text": "宫格" "text": "宫格"
}, { }, {
"pagePath": "pages/ucenter/ucenter", "pagePath": "pages/ucenter/ucenter",
"iconPath":"static/tabbar/me.png",
"selectedIconPath":"static/tabbar/me_active.png",
"text": "我的" "text": "我的"
}] }]
} }
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册