|
@ -622,10 +622,16 @@ function reportIssueList(para) { |
|
|
function reportIssueDetail (id) { |
|
|
function reportIssueDetail (id) { |
|
|
return fly.get(`custom/reportissue/detail/${id}`) |
|
|
return fly.get(`custom/reportissue/detail/${id}`) |
|
|
} |
|
|
} |
|
|
//志愿者标签列表
|
|
|
//志愿者标签列表tag专属
|
|
|
function getVolunteerTags () { |
|
|
function getVolunteerTags () { |
|
|
|
|
|
return fly.get(`app-user/volunteer/tagsList`) |
|
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
|
|
//志愿者标签列表注册所属队
|
|
|
|
|
|
function getVolunteerTagsList () { |
|
|
return fly.get(`app-user/volunteer/tags`) |
|
|
return fly.get(`app-user/volunteer/tags`) |
|
|
} |
|
|
} |
|
|
|
|
|
|
|
|
//居民扫签到码获取活动信息接口
|
|
|
//居民扫签到码获取活动信息接口
|
|
|
function getActInfo (para) { |
|
|
function getActInfo (para) { |
|
|
return fly.get(`act/actsignin/actInfo`, para) |
|
|
return fly.get(`act/actsignin/actInfo`, para) |
|
|