|
|
@@ -49,6 +49,18 @@ Page({ |
|
|
|
path: '/package_first/pages/ProtectionSuggestion/index', |
|
|
|
type: 'page' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title:'志愿者服务', |
|
|
|
iconPath: '../../assets/first/volunteer.png', |
|
|
|
path: '/package_A/pages/volunteer-page/index', |
|
|
|
type: 'page' |
|
|
|
}, |
|
|
|
{ |
|
|
|
title:'我要上报', |
|
|
|
iconPath: '../../assets/first/report.png', |
|
|
|
path: '/package_A/pages/report-page/index', |
|
|
|
type: 'page' |
|
|
|
} |
|
|
|
], |
|
|
|
liveNum: 0, // 在线人数 |
|
|
|
list: [], // 河道展示 |
|
|
@@ -201,5 +213,12 @@ Page({ |
|
|
|
wx.navigateTo({ |
|
|
|
url: '/package_A/pages/riverDetail/index?data='+ JSON.stringify(data), |
|
|
|
}) |
|
|
|
}, |
|
|
|
|
|
|
|
/* 跳转至积分规则页面 */ |
|
|
|
showRules() { |
|
|
|
wx.navigateTo({ |
|
|
|
url: '/package_first/pages/RulesPage/index', |
|
|
|
}) |
|
|
|
} |
|
|
|
}) |