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": {
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
"navigationBarTextStyle": "black",
|
|
|
|
"navigationBarTitleText": "详情",
|
|
|
|
"enablePullDownRefresh": false
|
|
|
|
}
|
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,
|
|
|
|
"navigationBarBackgroundColor": "#FFFFFF",
|
|
|
|
"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
|
|
|
|
}
|
|
|
|
|
2023-02-07 17:55:09 +08:00
|
|
|
}, {
|
|
|
|
"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-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": "新闻资讯"
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"pagePath": "pages/duty/index",
|
|
|
|
"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": "个人中心"
|
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|
|
|
|
}
|