mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-16 06:16:44 +08:00
Merge branch 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -3,7 +3,10 @@
|
||||
<!-- 最新版设计 -->
|
||||
<div class="coures-box" @click="jumpRouter(item)" v-for="(item, idx) in items" :key="idx">
|
||||
<div class="coures-head">
|
||||
<div class="share-name">
|
||||
<div class="share-name" v-if="type=='myShare'">
|
||||
分享给了<span>{{ item.toAname }}</span>
|
||||
</div>
|
||||
<div class="share-name" v-else>
|
||||
<span>{{ item.toAname }}</span>分享给了我
|
||||
</div>
|
||||
<div class="islook" v-if="item.isRead">已查看</div>
|
||||
|
||||
Reference in New Issue
Block a user