Commit 224afab4 by zeyang

1.法律手册页面

parent 8f144141
...@@ -451,24 +451,32 @@ ...@@ -451,24 +451,32 @@
} }
} }
,{ , {
"path" : "pages/downloadApp/downloadApp", "path": "pages/downloadApp/downloadApp",
"style" : "style": {
{
"navigationBarTitleText": "", "navigationBarTitleText": "",
"enablePullDownRefresh": false "enablePullDownRefresh": false
} }
} }
], ],
"subPackages": [{
"root": "myPackageA",
"pages": [{
"path": "lawManual/lawManual",
"style": {
"navigationBarTitleText": "法律手册"
}
}]
}],
"tabBar": { "tabBar": {
"color": "#7A7E83", // tab 上的文字默认颜色 "color": "#7A7E83", // tab 上的文字默认颜色
"selectedColor": "#7A7E83", // tab 上的文字选中时的颜色 "selectedColor": "#7A7E83", // tab 上的文字选中时的颜色
"borderStyle": "black", // tabbar 上边框的颜色,可选值 black/white "borderStyle": "black", // tabbar 上边框的颜色,可选值 black/white
"backgroundColor": "#ffffff", // tab 的背景色 "backgroundColor": "#ffffff", // tab 的背景色
"fontSize":"14px", "fontSize": "14px",
"iconWidth":"30px", "iconWidth": "30px",
"height":"60px", "height": "60px",
"list": [{ // 最少2个、最多5 tab "list": [{ // 最少2个、最多5 tab
"pagePath": "pages/index/index", // 页面路径,必须在 pages 中先定义 "pagePath": "pages/index/index", // 页面路径,必须在 pages 中先定义
"iconPath": "static/tabbar/home.png", // 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px "iconPath": "static/tabbar/home.png", // 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px
...@@ -486,12 +494,13 @@ ...@@ -486,12 +494,13 @@
"iconPath": "static/tabbar/cffp.png", // 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px "iconPath": "static/tabbar/cffp.png", // 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px
"selectedIconPath": "static/tabbar/cffp_active.png", // 选中时的图片路径 "selectedIconPath": "static/tabbar/cffp_active.png", // 选中时的图片路径
"text": "CFFP认证" // tab 上按钮文字 "text": "CFFP认证" // tab 上按钮文字
},{ }, {
"pagePath": "pages/personalCenter/personalCenter", "pagePath": "pages/personalCenter/personalCenter",
"iconPath": "static/tabbar/my.png", "iconPath": "static/tabbar/my.png",
"selectedIconPath": "static/tabbar/my_active.png", "selectedIconPath": "static/tabbar/my_active.png",
"text": "我的" "text": "我的"
}] }
]
}, },
"globalStyle": { "globalStyle": {
"navigationBarTextStyle": "black", "navigationBarTextStyle": "black",
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment