mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-11 03:46:44 +08:00
个人主页-案例 无法查看详情
This commit is contained in:
@@ -12,9 +12,7 @@
|
||||
</span>
|
||||
</p>
|
||||
<div class="case-info-cont">
|
||||
|
||||
<div class="case-info-title">
|
||||
|
||||
<div class="case-titdiv" style="">
|
||||
<router-link :to="'/case/detail?id='+item.info.id">
|
||||
<span class="case-tittext" v-html="item.info.title || item.contentInfo"></span>
|
||||
@@ -25,6 +23,7 @@
|
||||
</span>
|
||||
</div>
|
||||
</div>
|
||||
<router-link :to="'/case/detail?id='+item.info.id">
|
||||
<div style="height:58px;padding-top:18px;display:flex">
|
||||
<author :avatar="item.authorInfo.avatar" :name="item.authorInfo.name" :info="item.authorInfo.orgInfo" :sex="item.authorInfo.sex" :aid="item.authorInfo.aid"></author>
|
||||
<div class="sign-text">{{ item.authorInfo.sign }}</div>
|
||||
@@ -51,6 +50,7 @@
|
||||
<div style="margin:8px 0;">
|
||||
<interactBar :type="0" :shares="false" :views="false" :data="item.info" :readonly="true"></interactBar> </div>
|
||||
</div>
|
||||
</router-link>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user