From 6423797b16942e5475826e36a16a1fcf9599a535 Mon Sep 17 00:00:00 2001 From: unknown Date: Thu, 7 Jan 2021 17:50:49 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=8A=A0=E5=85=A5=EF=BC=8C?= =?UTF-8?q?=E6=84=8F=E5=90=91=E5=A1=AB=E6=8A=A5=EF=BC=8C=E5=8A=A0=E5=85=A5?= =?UTF-8?q?=E8=B4=AD=E7=89=A9=E8=BD=A6=E8=A1=A8=E5=8D=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/components/HeadNav/HeadNav.vue | 29 +-- src/components/Introduce/AddShopping.vue | 94 +++++++ src/components/Introduce/IntentionModel.vue | 232 ++++++++++++++++++ src/components/PlatformList/Fruit.vue | 15 +- src/components/PlatformList/PlatformList.vue | 3 +- src/config/api.js | 6 + src/router/index.js | 10 +- src/views/FirstPage/FirstPage.vue | 2 +- .../Children/components/SenNav.vue | 2 +- src/views/Industry/Children/Union.vue | 6 +- .../Industry/Children/components/HNav.vue | 10 +- src/views/Knowledge/Knowledge.vue | 2 +- src/views/NewPlatform/Children/AchDet.vue | 22 +- src/views/NewPlatform/Children/Core.vue | 5 +- src/views/NewPlatform/Children/Develop.vue | 6 +- src/views/NewPlatform/Children/Platform.vue | 2 +- src/views/NewPlatform/Children/ServiceDet.vue | 65 ++++- .../Children/ShareChild/InsDet.vue | 14 +- .../Children/ShareChild/Institute.vue | 2 +- .../Children/components/SenNav.vue | 2 +- src/views/NewPlatform/components/NewModel.vue | 204 +++++++++++++++ 21 files changed, 674 insertions(+), 59 deletions(-) create mode 100644 src/components/Introduce/AddShopping.vue create mode 100644 src/components/Introduce/IntentionModel.vue create mode 100644 src/views/NewPlatform/components/NewModel.vue diff --git a/src/components/HeadNav/HeadNav.vue b/src/components/HeadNav/HeadNav.vue index 62ce811..d2ad2b6 100644 --- a/src/components/HeadNav/HeadNav.vue +++ b/src/components/HeadNav/HeadNav.vue @@ -2,23 +2,13 @@
- + {{ item.name }}   - + {{ con.title }} @@ -29,12 +19,7 @@ - + @@ -133,18 +118,18 @@ export default { children: [ { title: '产业创新联盟', - url: '/Challenge/Union', + url: '/Industry/Union', }, { title: '产业服务', - url: '/Challenge/Serve', + url: '/Industry/Serve', }, { title: '衍生企业', - url: '/Challenge/Enterprise', + url: '/Industry/Enterprise', }, ], - url: '/Challenge/Union', + url: '/Industry/Union', }, { name: '知识平台', diff --git a/src/components/Introduce/AddShopping.vue b/src/components/Introduce/AddShopping.vue new file mode 100644 index 0000000..49360d5 --- /dev/null +++ b/src/components/Introduce/AddShopping.vue @@ -0,0 +1,94 @@ + + + + + diff --git a/src/components/Introduce/IntentionModel.vue b/src/components/Introduce/IntentionModel.vue new file mode 100644 index 0000000..775d42e --- /dev/null +++ b/src/components/Introduce/IntentionModel.vue @@ -0,0 +1,232 @@ + + + + + diff --git a/src/components/PlatformList/Fruit.vue b/src/components/PlatformList/Fruit.vue index 3386e54..8711ba7 100644 --- a/src/components/PlatformList/Fruit.vue +++ b/src/components/PlatformList/Fruit.vue @@ -5,7 +5,8 @@

{{ item.name }}

编号:{{ item.identifier }}

- 转化意向填报 + +

@@ -26,13 +27,19 @@ diff --git a/src/components/PlatformList/PlatformList.vue b/src/components/PlatformList/PlatformList.vue index d491269..78de792 100644 --- a/src/components/PlatformList/PlatformList.vue +++ b/src/components/PlatformList/PlatformList.vue @@ -2,7 +2,8 @@
- + +

{{ item.name }}

了解更多→

diff --git a/src/config/api.js b/src/config/api.js index 9e7a68c..983beda 100644 --- a/src/config/api.js +++ b/src/config/api.js @@ -77,6 +77,12 @@ export const selResMes = params => axios.post(`${achInstr}/selResMes`, params); // 服务列表查询 export const selService = params => axios.post(`${greenvalley}/serviceProject/selService`, params); +// 服务详情查询 +export const selContent = params => axios.post(`${greenvalley}/serviceProject/selContent`, params); // 查询用户购物车 export const SearchCar = params => axios.post(`${service}/SearchCar`, params); +// 服务/设备/成果直接申请(意向填报) +export const serviceApply = params => axios.post(`${service}/serviceApply`, params); +// 加入购物车 +export const addCar = params => axios.post(`${service}/addCar`, params); diff --git a/src/router/index.js b/src/router/index.js index 0a79331..a875805 100644 --- a/src/router/index.js +++ b/src/router/index.js @@ -162,7 +162,7 @@ const routes = [ component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/NewPlatform/Children/Transfer.vue'), }, { - // 资源开发利用平台 + // 知识培训服务平台 path: '/NewPlatform/Develop', name: 'Develop', component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/NewPlatform/Children/Develop.vue'), @@ -255,23 +255,23 @@ const routes = [ ], }, { - // 创新挑战 + // 产业平台 path: '/Industry/Union', name: 'Industry', component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/Industry/Industry.vue'), children: [ { - path: '/Challenge/Union', + path: '/Industry/Union', name: 'Union', component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/Industry/Children/Union.vue'), }, { - path: '/Challenge/Serve', + path: '/Industry/Serve', name: 'Serve', component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/Industry/Children/Serve.vue'), }, { - path: '/Challenge/Enterprise', + path: '/Industry/Enterprise', name: 'Enterprise', component: () => import(/* webpackChunkName: "cooperative-enterprise" */ 'views/Industry/Children/Enterprise.vue'), }, diff --git a/src/views/FirstPage/FirstPage.vue b/src/views/FirstPage/FirstPage.vue index 1cbb2de..f03d088 100644 --- a/src/views/FirstPage/FirstPage.vue +++ b/src/views/FirstPage/FirstPage.vue @@ -90,7 +90,7 @@ export default { }, { id: '08', - firstName: '资源开发利用平台', + firstName: '知识培训服务平台', secondName: '', }, ], diff --git a/src/views/IncubationPlatform/Children/components/SenNav.vue b/src/views/IncubationPlatform/Children/components/SenNav.vue index 9ce663c..4f45602 100644 --- a/src/views/IncubationPlatform/Children/components/SenNav.vue +++ b/src/views/IncubationPlatform/Children/components/SenNav.vue @@ -23,7 +23,7 @@ export default { url: '/NewPlatform/Transfer', }, { - title: '资源开发利用平台', + title: '知识培训服务平台', url: '/NewPlatform/Develop', }, ], diff --git a/src/views/Industry/Children/Union.vue b/src/views/Industry/Children/Union.vue index 0832854..2902539 100644 --- a/src/views/Industry/Children/Union.vue +++ b/src/views/Industry/Children/Union.vue @@ -28,7 +28,8 @@ 念,以“赋能健康中国,筑梦绿色未来”为愿景,以“构建创新创业生态,发展特色产业集群,打造全链条一体化开放 式创新创业高地”为使命,大力推动建设“共融共生,共建 共创”价值共同体。
- 申请加入 + +
@@ -62,9 +63,10 @@ @@ -29,4 +67,21 @@ export default { padding: 20px; background: #fff; } + +.posi-name { + position: absolute; + left: 20%; + top: 300px; + color: #fff; + text-align: center; +} + +.service-name { + font-size: 40px; + margin-bottom: 0 !important; +} + +.service-eng { + font-size: 16px; +} diff --git a/src/views/NewPlatform/Children/ShareChild/InsDet.vue b/src/views/NewPlatform/Children/ShareChild/InsDet.vue index 2f2fe08..cab8d12 100644 --- a/src/views/NewPlatform/Children/ShareChild/InsDet.vue +++ b/src/views/NewPlatform/Children/ShareChild/InsDet.vue @@ -29,8 +29,10 @@

- 转化意向 - 加入购物车 + + + +

@@ -42,16 +44,24 @@ + +