diff --git a/src/api/onlineHome/done.js b/src/api/onlineHome/done.js index 7ffd95dd..2a620866 100644 --- a/src/api/onlineHome/done.js +++ b/src/api/onlineHome/done.js @@ -44,3 +44,12 @@ export function changeBook(query) { params: query }) } + +// 银农菜单获取 +export function menus(query) { + return request({ + url: '/system/mobile/menus', + method: 'get', + params: query + }) +} diff --git a/src/api/project/index.js b/src/api/project/index.js index 7e1a8168..b4254173 100644 --- a/src/api/project/index.js +++ b/src/api/project/index.js @@ -9,6 +9,14 @@ export function getDeptList(id) { }) } //挂牌项目列表 +export function needProjectList(data){ + return request({ + url:'/transaction/website/needproject/list', + method:'get', + params:data + }) +} +//挂牌项目列表 export function getOutProjectList(data){ return request({ url:'/transaction/website/outproject/list', diff --git a/src/assets/images/sunVillage_info/icon_Z12.png b/src/assets/images/sunVillage_info/icon_Z12.png new file mode 100644 index 00000000..75817235 Binary files /dev/null and b/src/assets/images/sunVillage_info/icon_Z12.png differ diff --git a/src/views/project/index.vue b/src/views/project/index.vue index 79381333..111bd9f3 100644 --- a/src/views/project/index.vue +++ b/src/views/project/index.vue @@ -2,47 +2,82 @@
- - - - - - - - - - - - - - - + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +