king
2020-10-21 0b733984acbbc018511fba1ce3ce913d71639f64
src/views/companyProfile/index.vue
@@ -56,7 +56,7 @@
        <p>成为中国信息化价值传递的倡导者,致力于通过信息化手段推动供给侧改革,帮助企业完成中国智造升级。</p>
        <div class="contentimg"><img src="../../img/feiji.jpg" alt=""></div>
      </div>
      <div id="anchor-1"></div>
      <div id="culture"></div>
      <div class="content_title fadeInUp zoomIn animated"><span>企业文化</span></div>
      <div class="enterprise">
        <ul class="culture_ul">
@@ -136,7 +136,7 @@
        </div>
      </div>
      <div id="anchor-2"></div>
      <div id="aptitude"></div>
      <div class="wrapper">
        <div class="content_title fadeInUp zoomIn animated" style="margin-bottom: 0.8rem;"><span>荣誉资质</span></div>
        <div class="m_bakcg">
@@ -222,7 +222,7 @@
          </div>
        </div>
        <div id="anchor-3"></div>
        <div id="contact"></div>
        <div class="content_title fadeInUp zoomIn animated"><span>联系明科</span></div>
        <div class="content contact">
          <ul class="contact_ul">
@@ -262,7 +262,7 @@
   },
  watch: { //监听路由
    $route (to, from) {
      if (to.params.hash && to.params.hash !== 'null') {
      if (to.params.hash) {
        this.anchor = true
        this.get_anchor(to.params.hash)
      }
@@ -272,13 +272,14 @@
    //根据hash值跳转不同锚点
      get_anchor (hash) {
      if (this.anchor) {
        hash = '#' + hash.replace('.html', '')
        document.querySelector(hash).scrollIntoView(true)
      }
    }
  },
   mounted () {
    let hash = this.$route.params.hash
    if (hash && hash !== 'null') {
    if (hash) {
      this.anchor = true
      this.get_anchor(hash)
    }