mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-12 04:16:45 +08:00
首页图片问题
This commit is contained in:
@@ -44,11 +44,13 @@
|
|||||||
<div :class="current == 'case' ? 'nav-bottbor' : ''"></div>
|
<div :class="current == 'case' ? 'nav-bottbor' : ''"></div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
<!--
|
||||||
<div class="top-nav" :style="{color:textColor}" :class="current == 'follow' ? activeNav : ''">
|
<div class="top-nav" :style="{color:textColor}" :class="current == 'follow' ? activeNav : ''">
|
||||||
<router-link to="/follow">我的关注
|
<router-link to="/follow">我的关注
|
||||||
<div :class="current == 'follow' ? 'nav-bottbor' : ''"></div>
|
<div :class="current == 'follow' ? 'nav-bottbor' : ''"></div>
|
||||||
</router-link>
|
</router-link>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="portal-top-right">
|
<div class="portal-top-right">
|
||||||
|
|||||||
@@ -24,7 +24,7 @@
|
|||||||
</el-dropdown>
|
</el-dropdown>
|
||||||
</div>
|
</div>
|
||||||
<div class="xtop-nav-item"><a :href="`${webBaseUrl}/case`">推荐案例</a></div>
|
<div class="xtop-nav-item"><a :href="`${webBaseUrl}/case`">推荐案例</a></div>
|
||||||
<div class="xtop-nav-item"><a :href="`${webBaseUrl}/follow`">我的关注</a></div>
|
<!-- <div class="xtop-nav-item"><a :href="`${webBaseUrl}/follow`">我的关注</a></div> -->
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="xtop-right">
|
<div class="xtop-right">
|
||||||
|
|||||||
@@ -534,7 +534,7 @@
|
|||||||
this.$router.push({path:'/case/detail',query:{id:item.id}});
|
this.$router.push({path:'/case/detail',query:{id:item.id}});
|
||||||
},
|
},
|
||||||
getPic(index) {
|
getPic(index) {
|
||||||
return `/images/listblue0${index+1}.png`
|
return `${webBaseUrl}/images/listblue0${index+1}.png`
|
||||||
},
|
},
|
||||||
getLevel() { //获取经验值和等级
|
getLevel() { //获取经验值和等级
|
||||||
apiStart.getUserStatTotalInfo(this.userInfo.aid).then(res => {
|
apiStart.getUserStatTotalInfo(this.userInfo.aid).then(res => {
|
||||||
|
|||||||
@@ -5,11 +5,13 @@
|
|||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
<div class="home-page-left">
|
<div class="home-page-left">
|
||||||
|
<!--
|
||||||
<div class="book-input">
|
<div class="book-input">
|
||||||
<span>分享书籍</span>
|
<span>分享书籍</span>
|
||||||
<el-input style="width:130px" v-model="input" placeholder="请输入内容"></el-input>
|
<el-input style="width:130px" v-model="input" placeholder="请输入内容"></el-input>
|
||||||
<i style="color: #333333" class="el-icon-search"></i>
|
<i style="color: #333333" class="el-icon-search"></i>
|
||||||
</div>
|
</div>
|
||||||
|
-->
|
||||||
<el-tabs v-model="activeName" @tab-click="handleClick">
|
<el-tabs v-model="activeName" @tab-click="handleClick">
|
||||||
<el-tab-pane name="first" label="动态">
|
<el-tab-pane name="first" label="动态">
|
||||||
<!-- <span slot="label"><svg-icon icon-class="home-dynamic" style="font-size: 30px;"></svg-icon> <span class="tabs-info">动态</span></span> -->
|
<!-- <span slot="label"><svg-icon icon-class="home-dynamic" style="font-size: 30px;"></svg-icon> <span class="tabs-info">动态</span></span> -->
|
||||||
@@ -43,10 +45,12 @@
|
|||||||
<!-- <span slot="label"><svg-icon icon-class="home-follow" style="font-size: 30px;"></svg-icon><span class="tabs-info">关注</span></span> -->
|
<!-- <span slot="label"><svg-icon icon-class="home-follow" style="font-size: 30px;"></svg-icon><span class="tabs-info">关注</span></span> -->
|
||||||
<follow-list></follow-list>
|
<follow-list></follow-list>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
|
<!--
|
||||||
<el-tab-pane name="book" label="书籍">
|
<el-tab-pane name="book" label="书籍">
|
||||||
<!-- <span slot="label"><svg-icon icon-class="home-book" style="font-size: 30px;"></svg-icon><span class="tabs-info">书籍</span></span> -->
|
<span slot="label"><svg-icon icon-class="home-book" style="font-size: 30px;"></svg-icon><span class="tabs-info">书籍</span></span>
|
||||||
<book-list></book-list>
|
<book-list></book-list>
|
||||||
</el-tab-pane>
|
</el-tab-pane>
|
||||||
|
-->
|
||||||
</el-tabs>
|
</el-tabs>
|
||||||
<div style="width:200px"></div>
|
<div style="width:200px"></div>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
Reference in New Issue
Block a user