Browse Source

修改学院

master
liaoxinyu 2 years ago
parent
commit
18f13c4b51
  1. 4
      src/components/CommonFooter.vue
  2. 2
      src/components/SecondaryNav.vue

4
src/components/CommonFooter.vue

@ -84,8 +84,8 @@
<p class="item_p" style="font-size: 20px;color: #000;">
{{ $t("common.college") }}
</p>
<p class="foot_p" v-for="(item,index) in college" :key="index">
<span class="serviceText" @click="Jump(item.url)" v-if="item.label=='新手教程'">{{item.label}}</span>
<p class="foot_p" v-for="(item,index) in college" :key="index" v-if="item.url=='/college/list/18'">
<span class="serviceText" @click="Jump(item.url)">{{item.label}}</span>
</p>
<!-- <p class="foot_p">
<span class="serviceText" @click="Jump(college[0].url)">{{college[0].label}}</span>

2
src/components/SecondaryNav.vue

@ -3,7 +3,7 @@
<div class="SecondaryNav" :class="{navBarWrap : criticalPos}">
<div class="SecondaryNavWidth">
<ul class="SecondaryNavUl">
<li class="SecondaryNavList" v-for="(item,index) in itemList" :key="index" v-if="item.label=='新手教程'">
<li class="SecondaryNavList" v-for="(item,index) in itemList" :key="index" v-if="item.url=='/college/list/18'">
<router-link :to="item.url" active-class="SecondaryNavActive">{{item.label}}</router-link>
</li>
</ul>

Loading…
Cancel
Save