修改bug
This commit is contained in:
@@ -27,8 +27,8 @@ export const getBannarList = (data) =>{
|
||||
return get('/resident/banner',data)
|
||||
}
|
||||
// 首页最新公告
|
||||
export const getNoticeLatest = () =>{
|
||||
return get('/api/resident/notice/latest')
|
||||
export const getNoticeLatest = (data) =>{
|
||||
return get('/api/resident/notice/latest', data)
|
||||
}
|
||||
|
||||
// 查询已认证的小区
|
||||
|
||||
Reference in New Issue
Block a user