Bladeren bron

修改资料头部刷新

luyanan 6 jaren geleden
bovenliggende
commit
11dfccefe8

+ 19 - 1
src/App.vue

1
<template>
1
<template>
2
  <div class="app-main">
2
  <div class="app-main">
3
      <router-view></router-view>
3
      <router-view v-if="isRouterAlive"></router-view>
4
  </div>
4
  </div>
5
</template>
5
</template>
6
6
7
<script>
7
<script>
8
  export default {
8
  export default {
9
    provide() {
10
      return {
11
        reload: this.reload
12
      };
13
    },
14
    data() {
15
      return {
16
        isRouterAlive: true
17
      };
18
    },
19
    methods: {
20
      reload() {
21
        this.isRouterAlive = false;
22
        this.$nextTick(function() {
23
          this.isRouterAlive = true;
24
        });
25
      }
26
    }
9
  };
27
  };
10
</script>
28
</script>
11
29

+ 4 - 1
src/common/stylus/listitem.styl

34
        text-ellipsis(3,20px)
34
        text-ellipsis(3,20px)
35
    &.org-item
35
    &.org-item
36
      height:200px
36
      height:200px
37
      justify-content:center
37
      text-align:center
38
      text-align:center
38
      .item-block-org
39
      .item-block-org
39
        width:306px
40
        width:306px
46
        .item-text-org
47
        .item-text-org
47
          margin-top:6px
48
          margin-top:6px
48
          line-height:30px
49
          line-height:30px
49
          text-align:center
50
          display: flex
51
          flex-direction: column
52
          justify-content: center
50
          .item-tit-org
53
          .item-tit-org
51
            display:flex
54
            display:flex
52
            justify-content: center
55
            justify-content: center

+ 1 - 1
src/components/bench-views/abutmentService/ExpertAdvisor.vue

92
            const $info = res.data;
92
            const $info = res.data;
93
            let arr = [];
93
            let arr = [];
94
            for (let j = 0; j < $info.length; j++) {
94
            for (let j = 0; j < $info.length; j++) {
95
              arr.push($info[i].caption);
95
              arr.push($info[j].caption);
96
              if (j === $info.length - 1) {
96
              if (j === $info.length - 1) {
97
                $data[i].reserachs = arr.join(',');
97
                $data[i].reserachs = arr.join(',');
98
                this.$forceUpdate();
98
                this.$forceUpdate();

+ 2 - 0
src/components/form-views/UpdateInfo.vue

78
  import dynamicTags from '../sub-component/DynamicTags';
78
  import dynamicTags from '../sub-component/DynamicTags';
79
79
80
  export default {
80
  export default {
81
    inject: ['reload'],
81
    props: {
82
    props: {
82
      plat: {
83
      plat: {
83
        type: Object
84
        type: Object
221
              });
222
              });
222
              Cookies.set('plf_logo', this.imgName);
223
              Cookies.set('plf_logo', this.imgName);
223
              this.$router.push({path: '/WorkHome'});
224
              this.$router.push({path: '/WorkHome'});
225
              this.reload();
224
            }).catch(error => {
226
            }).catch(error => {
225
              console.log(error);
227
              console.log(error);
226
            });
228
            });

+ 3 - 1
src/components/main-views/TheFooter.vue

3
		<div class="contain-wrapper">
3
		<div class="contain-wrapper">
4
			<div class="footer-wrapper">
4
			<div class="footer-wrapper">
5
				<div class="wrapper-left">
5
				<div class="wrapper-left">
6
					<img class="logo-block" :src="plat.logourl">
6
          <router-link to='home'>
7
            <img class="logo-block" :src="plat.logourl">
8
          </router-link>
7
					<div>
9
					<div>
8
						<router-link to='about'>关于我们 |</router-link>
10
						<router-link to='about'>关于我们 |</router-link>
9
						<a :href="plat.website" target="_blank">{{plat.name}} |</a>
11
						<a :href="plat.website" target="_blank">{{plat.name}} |</a>

+ 1 - 0
src/components/main-views/ViewHome.vue

253
253
254
      this.findServiceSwiper = new Swiper(this.$refs.findService, {
254
      this.findServiceSwiper = new Swiper(this.$refs.findService, {
255
        slidesPerView: 4.8,
255
        slidesPerView: 4.8,
256
        loopedSlides: 20,
256
        spaceBetween: 20,
257
        spaceBetween: 20,
257
        navigation: {
258
        navigation: {
258
          nextEl: this.$refs.nextService,
259
          nextEl: this.$refs.nextService,

+ 1 - 1
src/components/sub-component/BaseExpert.vue

81
                  const $info = res.data;
81
                  const $info = res.data;
82
                  let arr = [];
82
                  let arr = [];
83
                  for (let j = 0; j < $info.length; j++) {
83
                  for (let j = 0; j < $info.length; j++) {
84
                    arr.push($info[i].caption);
84
                    arr.push($info[j].caption);
85
                    if (j === $info.length - 1) {
85
                    if (j === $info.length - 1) {
86
                      $data[i].reserachs = arr.join(',');
86
                      $data[i].reserachs = arr.join(',');
87
                      this.$forceUpdate();
87
                      this.$forceUpdate();

+ 3 - 3
static/plat-info.js

3
PLAT.info = {
3
PLAT.info = {
4
  "id":"9619237FAF5E4B908F0F88A5845C8C9F",
4
  "id":"9619237FAF5E4B908F0F88A5845C8C9F",
5
  "source":"xttjpt",
5
  "source":"xttjpt",
6
  "name": "邢台科技条件平台",
6
  "name": "邢台经济开发区",
7
  "website": "http://www.xtkfq.gov.cn",
7
  "website": "http://www.xtkfq.gov.cn",
8
  "address": "中国河北省邢台市中兴东大街1888号",
8
  "address": "中国河北省邢台市中兴东大街1888号",
9
  "tel": "?",
9
  "tel": "?",
15
  "platimgurl": "/static/xtkfq/platimg.jpg",
15
  "platimgurl": "/static/xtkfq/platimg.jpg",
16
  "adinfo":[
16
  "adinfo":[
17
    {
17
    {
18
      "adUrl": "http://www.ecorr.org",
19
      "imgUrl": "/static/xtkfq/ad/fengying.jpg"
18
      "adUrl": "javascript:void(0)",
19
      "imgUrl": "/static/xtkfq/ad/xtfh.jpg"
20
    }
20
    }
21
  ]
21
  ]
22
};
22
};

BIN
static/xtkfq/ad/fengying.jpg


BIN
static/xtkfq/ad/xtfh.jpg


BIN
static/xtkfq/icon-logo.png