app_tree_planting/pages.json

326 lines
8.6 KiB
JSON
Raw Normal View History

2023-01-11 19:31:59 +08:00
{
"pages": [{
"path": "pages/news/index",
"style": {
"titleNView": false,
"navigationStyle": "custom",
"enablePullDownRefresh": false, // 不开启下拉刷新, 默认就是false
"disableScroll": true, // 禁止滚动, 解决scroll-view在Android小程序卡顿的问题
"app-plus": {
"bounce": "none" // 取消iOS回弹,避免和下拉刷新冲突 (小程序无法取消, 点此查看H5端的取消方法... )
},
"navigationBarTitleText": "全民植树",
"navigationBarTextStyle": "black"
}
},
{
"path": "pages/duty/index",
"style": {
2023-02-05 20:52:34 +08:00
"titleNView": false,
"navigationStyle": "custom",
2023-01-11 19:31:59 +08:00
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "尽职尽责",
2023-02-01 19:25:51 +08:00
"enablePullDownRefresh": false
2023-01-11 19:31:59 +08:00
}
},
{
"path": "pages/user/index",
"style": {
2023-02-01 19:25:51 +08:00
"titleNView": false,
"navigationStyle": "custom",
2023-01-11 19:31:59 +08:00
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "个人中心",
2023-02-01 19:25:51 +08:00
"enablePullDownRefresh": false
2023-01-11 19:31:59 +08:00
}
}, {
"path": "pages/user/login",
"style": {
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "登录",
"enablePullDownRefresh": false
}
},
{
"path": "pages/user/register",
"style": {
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "注册",
"enablePullDownRefresh": false
}
2023-02-01 10:49:51 +08:00
},
{
"path": "pages/news/newsdetail",
"style": {
2023-03-03 19:29:04 +08:00
"navigationBarTitleText": "",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
2023-02-01 10:49:51 +08:00
}
2023-02-01 19:25:51 +08:00
}, {
"path": "pages/user/minejoin",
"style": {
"navigationBarTitleText": "我的劳动参与",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
}, {
"path": "pages/user/mine_honour_certif",
"style": {
"navigationBarTitleText": "国土绿化荣誉证书",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black"
}
}, {
"path": "pages/user/mine_duty_certif",
"style": {
"navigationBarTitleText": "义务植树尽责证书",
"enablePullDownRefresh": false,
2023-02-28 11:15:48 +08:00
"navigationBarBackgroundColor": "#ECECEC",
2023-02-01 19:25:51 +08:00
"navigationBarTextStyle": "black"
}
}, {
"path": "pages/user/mine_certif_search",
"style": {
2023-02-05 20:52:34 +08:00
"titleNView": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "证书查询",
2023-02-01 19:25:51 +08:00
"enablePullDownRefresh": false
}
2023-02-05 20:52:34 +08:00
}, {
"path": "pages/duty/activitylist",
"style": {
"titleNView": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "劳动参与活动",
"enablePullDownRefresh": false
}
}, {
"path": "pages/duty/activitydetail",
"style": {
"titleNView": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "活动详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/duty/activitysign",
"style": {
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "活动报名",
"enablePullDownRefresh": false
}
}, {
"path": "pages/duty/activityunsign",
"style": {
"navigationBarTitleText": "",
"enablePullDownRefresh": false
}
}, {
"path": "pages/duty/dutyexplain",
"style": {
"titleNView": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "尽责形式说明",
"enablePullDownRefresh": false
}
2023-02-08 17:59:16 +08:00
}, {
"path": "pages/user/changeMineInfo",
"style": {
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "个人信息",
"enablePullDownRefresh": false
}
}, {
"path": "pages/user/changePwdPage",
"style": {
2023-02-08 17:59:16 +08:00
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "black",
"navigationBarTitleText": "修改密码",
"enablePullDownRefresh": false
}
2023-02-17 18:13:06 +08:00
}, {
"path": "pages/duty/activitynewlist",
2023-03-03 19:29:04 +08:00
"style": {
"navigationBarBackgroundColor": "#ECECEC",
"navigationBarTextStyle": "black",
2023-02-17 18:13:06 +08:00
"navigationBarTitleText": "劳动尽责",
"enablePullDownRefresh": false
}
}, {
"path": "pages/duty/activityminelist",
2023-03-03 19:29:04 +08:00
"style": {
"titleNView": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
2023-02-28 11:15:48 +08:00
"navigationBarTextStyle": "white",
2023-02-17 18:13:06 +08:00
"navigationBarTitleText": "劳动尽责",
"enablePullDownRefresh": false
}
2023-02-24 18:11:28 +08:00
}, {
"path": "pages/duty/dutylist",
"style": {
"titleNView": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "劳动尽责",
"enablePullDownRefresh": false
}
}, {
"path": "pages/duty/activitytypelist",
"style": {
"titleNView": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "劳动尽责",
"enablePullDownRefresh": false
}
}, {
"path": "pages/duty/casereport",
"style": {
"navigationBarTitleText": "上报",
"enablePullDownRefresh": false
}
}, {
"path": "pages/duty/casereportdetail",
"style": {
"navigationBarTitleText": "详情",
"enablePullDownRefresh": false
}
}, {
"path": "pages/duty/caseportedit",
"style": {
"navigationBarTitleText": "修改",
"enablePullDownRefresh": false
}
2023-02-27 11:21:31 +08:00
}, {
"path": "pages/news/oldtrees",
"style": {
"navigationBarTitleText": "古树名木",
"enablePullDownRefresh": false
}
}, {
"path": "pages/news/newsList",
"style": {
"navigationBarTitleText": "新闻",
"enablePullDownRefresh": false
}
}, {
"path": "pages/news/newsweb",
"style": {
"navigationBarTitleText": "新闻",
"enablePullDownRefresh": false
}
2023-02-28 11:15:48 +08:00
}, {
"path": "pages/user/mine_duty_certif_unit",
"style": {
"navigationBarTitleText": "义务植树尽责证书",
"enablePullDownRefresh": false,
"navigationBarBackgroundColor": "#ECECEC",
"navigationBarTextStyle": "black"
}
2023-03-03 19:29:04 +08:00
}, {
"path": "pages/news/giftpage",
"style": {
2023-03-08 15:00:33 +08:00
"titleNView": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#1DC379",
"navigationBarTextStyle": "white",
2023-03-03 19:29:04 +08:00
"navigationBarTitleText": "捐资捐物",
"enablePullDownRefresh": false
}
}, {
"path": "pages/duty/publicactivity",
"style": {
"navigationBarTitleText": "活动发布",
"enablePullDownRefresh": false
}
}
, {
"path": "pages/duty/prevideo/prevideo",
"style": {
"navigationBarTitleText": "视频播放",
"enablePullDownRefresh": false
}
2023-03-08 15:00:33 +08:00
}, {
"path": "pages/duty/giftpage1/giftpage1",
"style": {
"titleNView": false,
"navigationStyle": "custom",
"navigationBarBackgroundColor": "#FFFFFF",
"navigationBarTextStyle": "white",
"navigationBarTitleText": "捐资捐物",
"enablePullDownRefresh": false
}
2023-01-11 19:31:59 +08:00
}
],
"globalStyle": {
"navigationBarTextStyle": "white",
"navigationBarTitleText": "全民植树",
"navigationBarBackgroundColor": "#8cc7b5",
"backgroundColor": "#F8F8F8"
},
"tabBar": {
"color": "#000000",
"selectedColor": "#000000",
"backgroundColor": "#FFFFFF",
"list": [{
"pagePath": "pages/news/index",
"iconPath": "static/images/nav/icon_home.png",
"selectedIconPath": "static/images/nav/icon_home_hover.png",
"text": "新闻资讯"
},
{
2023-02-28 11:15:48 +08:00
"pagePath": "pages/duty/index",
2023-01-11 19:31:59 +08:00
"iconPath": "static/images/nav/icon_favorite.png",
"selectedIconPath": "static/images/nav/icon_favorite_hover.png",
"text": "尽职尽责"
},
{
"pagePath": "pages/user/index",
"iconPath": "static/images/nav/icon_user.png",
"selectedIconPath": "static/images/nav/icon_user_hover.png",
"text": "个人中心"
}
]
}
}