Browse Source

修改资料头部刷新

luyanan 6 years ago
parent
commit
11dfccefe8

+ 19 - 1
src/App.vue

@ -1,11 +1,29 @@
1 1
<template>
2 2
  <div class="app-main">
3
      <router-view></router-view>
3
      <router-view v-if="isRouterAlive"></router-view>
4 4
  </div>
5 5
</template>
6 6
7 7
<script>
8 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 28
</script>
11 29

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

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

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

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

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

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

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

@ -3,7 +3,9 @@
3 3
		<div class="contain-wrapper">
4 4
			<div class="footer-wrapper">
5 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 9
					<div>
8 10
						<router-link to='about'>关于我们 |</router-link>
9 11
						<a :href="plat.website" target="_blank">{{plat.name}} |</a>

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

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

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

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

+ 3 - 3
static/plat-info.js

@ -3,7 +3,7 @@ var PLAT = {}
3 3
PLAT.info = {
4 4
  "id":"9619237FAF5E4B908F0F88A5845C8C9F",
5 5
  "source":"xttjpt",
6
  "name": "邢台科技条件平台",
6
  "name": "邢台经济开发区",
7 7
  "website": "http://www.xtkfq.gov.cn",
8 8
  "address": "中国河北省邢台市中兴东大街1888号",
9 9
  "tel": "?",
@ -15,8 +15,8 @@ PLAT.info = {
15 15
  "platimgurl": "/static/xtkfq/platimg.jpg",
16 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