Commit 224afab4 by zeyang

1.法律手册页面

parent 8f144141
...@@ -447,52 +447,61 @@ ...@@ -447,52 +447,61 @@
"path": "sfp/dataImport/data-import", "path": "sfp/dataImport/data-import",
"style": { "style": {
"topWindow": false, "topWindow": false,
"navigationBarTitleText": "批量数据计算" "navigationBarTitleText": "批量数据计算"
} }
} }
,{ , {
"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
"selectedIconPath": "static/tabbar/home_active.png", // 选中时的图片路径 "selectedIconPath": "static/tabbar/home_active.png", // 选中时的图片路径
"text": "首页" // tab 上按钮文字 "text": "首页" // tab 上按钮文字
}, },
{ // 最少2个、最多5 tab { // 最少2个、最多5 tab
"pagePath": "pages/product/product", // 页面路径,必须在 pages 中先定义 "pagePath": "pages/product/product", // 页面路径,必须在 pages 中先定义
"iconPath": "static/tabbar/sfp.png", // 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px "iconPath": "static/tabbar/sfp.png", // 图片路径,icon 大小限制为40kb,建议尺寸为 81px * 81px
"selectedIconPath": "static/tabbar/sfp_active.png", // 选中时的图片路径 "selectedIconPath": "static/tabbar/sfp_active.png", // 选中时的图片路径
"text": "SFP智能财策" // tab 上按钮文字 "text": "SFP智能财策" // tab 上按钮文字
}, },
{ // 最少2个、最多5 tab { // 最少2个、最多5 tab
"pagePath": "pages/courselist/courselist", // 页面路径,必须在 pages 中先定义 "pagePath": "pages/courselist/courselist", // 页面路径,必须在 pages 中先定义
"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",
"navigationBarTitleText": "uni-app", "navigationBarTitleText": "uni-app",
...@@ -509,4 +518,4 @@ ...@@ -509,4 +518,4 @@
"query": "" //启动参数,在页面的onLoad函数里面得到 "query": "" //启动参数,在页面的onLoad函数里面得到
}] }]
} }
} }
\ No newline at end of file
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