Browse Source

修改bug

master
rose 4 years ago
parent
commit
8248070fcb
  1. 16338
      package-lock.json
  2. 19
      src/components/HeadNav/HeadNav.vue
  3. 19
      src/components/Introduce/ContactUs.vue
  4. 23
      src/views/Develop/Develop.vue
  5. 4
      src/views/Hatch/Children/Epoch.vue
  6. 9
      src/views/Policy/components/PolicyList.vue

16338
package-lock.json

File diff suppressed because it is too large

19
src/components/HeadNav/HeadNav.vue

@ -1,7 +1,7 @@
<template>
<div class="head d-flex flex-row flex-nowrap px-10 align-center">
<img @click="jumUrl('/')" alt class="logo-img" src="@/assets/logo.png" style="cursor: pointer; margin-left: -30px" />
<div @click="jumUrl('/')" style="font-size: 14px; cursor: pointer; margin-left: -10px">创时代孵化器</div>
<div @click="jumUrl('/')" style="font-size: 14px; cursor: pointer; margin-left: -10px">创时代</div>
<div class="flex-1 ml-8">
<a-dropdown
:class="actPath - 1 === a ? 'list-act' : ''"
@ -85,16 +85,17 @@ export default {
},
{
name: '创新服务',
url: '/ServiceMarket/Institute',
url: '/ServiceMarket/InnovativeService',
children: [
{
title: '创新研究院',
url: '/ServiceMarket/Institute',
},
{
title: '科技创新服务',
url: '/ServiceMarket/InnovativeService',
},
{
title: '创新研究院',
url: '/ServiceMarket/Institute',
},
{
title: '合作伙伴',
url: '/ServiceMarket/Partner',
@ -157,15 +158,15 @@ export default {
name: '创新挑战',
children: [
{
title: '需求征集',
title: '我要发榜',
url: '/Challenge/Solicitation',
},
{
title: '项目发布',
title: '我要揭榜',
url: '/Challenge/Release',
},
{
title: '结果公示',
title: '揭榜成功',
url: '/Challenge/Notice',
},
],

19
src/components/Introduce/ContactUs.vue

@ -27,9 +27,13 @@
</div>
</div>
<!-- 加入我们 -->
<div class="white pa-5 mt-4 mb-7" style="position: relative; padding-bottom: 100px">
<rich-text :title="title" />
<model class="mt-8 add-btn" style="float: right" />
<div class="white pa-5 mt-4 mb-7" style="position: relative; padding-bottom: 50px">
<div class="font-style flex-column d-flex" >
<div class="text-right" >创时代企业孵化器欢迎致力于科技创新创业服务的专家企业家创业者加盟</div>
<div class="text-right" >共同服务科技型中小企业科技园区地方政府部门</div>
</div>
<!-- <rich-text :title="title" /> -->
<model class="add-btn" style="float: right;margin-right:20px" />
</div>
<div class="contact d-flex flex-nowrap justify-space-between">
<!-- <h2 style="width: 45%; text-align: center">发展路</h2> -->
@ -136,4 +140,13 @@ export default {
bottom: 10px;
right: 10px;
}
.font-style {
line-height 1.5em
font-size 20px
font-weight bold
}
.text-right{
text-align right
}
</style>

23
src/views/Develop/Develop.vue

@ -28,16 +28,7 @@
CCSENS®老吾老®幼吾幼®传控可及®时物链条®已通过ISO9001认证
</div>
<div style="width: 100%; margin: 0 auto" class="d-flex flex-wrap">
<img
style="width: 40%; margin: 40px auto"
src="https://www.sxwikionline.com/gateway/wiki/uploads/upload/20210401/a03dde6200444de99b73140e1989866b.png"
alt=""
/>
<img
style="width: 40%; margin: 40px auto"
src="https://www.sxwikionline.com/gateway/wiki/uploads/upload/20210401/13221988aaeb4f6587d1eb62b43a784a.png"
alt=""
/>
<div style="text-indent: 2em; width: 100%">
<h3>业务架构</h3>
<p style="text-indent: 2em">
@ -63,6 +54,16 @@
其中老吾老®提醒套装曾与小米华为同台领奖远程康复套件无感采集智慧平车已在山西医科大学第一附属医院落地实施
</p>
</div>
<img
style="width: 40%; margin: 40px auto"
src="https://www.sxwikionline.com/gateway/wiki/uploads/upload/20210401/a03dde6200444de99b73140e1989866b.png"
alt=""
/>
<img
style="width: 40%; margin: 40px auto"
src="https://www.sxwikionline.com/gateway/wiki/uploads/upload/20210401/13221988aaeb4f6587d1eb62b43a784a.png"
alt=""
/>
</div>
</div>
<div class="d-flex flex-row-reverse mt-8">
@ -78,7 +79,7 @@
:key="index"
@click="showProfile = true"
class="d-flex pic-box"
style="width: 45%; margin: 20px auto"
style="width: 22.5%; margin: 20px auto"
v-for="(item, index) in lists"
>
<img :src="item.url" style="width: 100%; cursor: pointer" />

4
src/views/Hatch/Children/Epoch.vue

@ -83,8 +83,10 @@ export default {
methods: {
jumpUrl(index) {
if (index === 0) {
this.$router.push('/Hatch/Space');
} else if( index === 1){
this.$router.push('/Hatch/Incubator');
} else {
}else if( index === 2){
this.$router.push('/Hatch/Fictitious');
}
},

9
src/views/Policy/components/PolicyList.vue

@ -37,7 +37,7 @@
<!-- <p @click="LookSource(item.id)" class="item-content pointer">{{ item.intro }}</p> -->
<!-- <p class="item-content" v-html="item.content"></p> -->
<p class="original1">
<span @click="openWin(item.titleUrl)" class="baseColor source">来源{{ item.publishDepartName }}</span>
<!-- <span @click="openWin(item.titleUrl)" class="baseColor source">来源{{ item.publishDepartName }}</span> -->
<span class="time">{{ item.publishTime }}</span>
</p>
<p class="original baseColor">
@ -45,6 +45,8 @@
</p>
</div>
</div>
<!-- :total="total" -->
<!-- <div> {{ pageSize+"=115634156" }}</div> -->
<a-pagination
:current="current"
:page-size="pageSize"
@ -68,7 +70,7 @@ export default {
str: '这是创新政策界面',
lists: [],
total: 0,
pageSize: 6,
pageSize: '',
pCode: ['title', 'area', 'area'],
pStatus: {
bw: 0,
@ -80,6 +82,7 @@ export default {
policyText: ['标题', '地区', '发布部门'], //
iptCon: '', // input
},
pages: ''
};
},
computed: mapState('home', ['current', 'policyStatus']),
@ -117,6 +120,8 @@ export default {
if (code === 200) {
this.lists = data.list;
this.total = data.total - 0;
this.pages = data.pages
this.pageSize = data.pageSize
window.scroll(0, 0);
}
} catch (error) {

Loading…
Cancel
Save