mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-09 02:46:44 +08:00
修改
This commit is contained in:
@@ -167,10 +167,10 @@
|
||||
</span>
|
||||
</div>
|
||||
<div class="modules-list">
|
||||
<div class="xindex-case" @click="jumcasedet(ca)" v-for="(ca,ind) in caseList.list" :key="ca.id">
|
||||
<div class="xindex-case" v-for="(ca,ind) in caseList.list" :key="ca.id">
|
||||
<div class="case-index boe-case-index">
|
||||
<div class="case-top"></div>
|
||||
<div class="case-conent">
|
||||
<div class="case-conent" @click="jumcasedet(ca)">
|
||||
<p class="cast-time">
|
||||
<span class="time-one" v-if="caseList.orderType==2">
|
||||
<svg-icon style="margin-right: 0;font-size:16px;" icon-class="crown"></svg-icon>人气榜NO.{{ind+1}}
|
||||
@@ -189,7 +189,7 @@
|
||||
<div class="case-inter-box">
|
||||
<div class="case-inter-left">
|
||||
<authorInfo :avatar="ca.authorInfo.avatar" :info="ca.authorInfo.orgInfo" :name="ca.authorInfo.name"
|
||||
:sex="ca.authorInfo.sex"></authorInfo>
|
||||
:sex="ca.authorInfo.sex" :aid="userInfo.aid"></authorInfo>
|
||||
</div>
|
||||
<div class="interact-bar-index"
|
||||
style="font-size: 12px;color: #6E7B84;display: flex;line-height: 30px;">
|
||||
@@ -507,6 +507,7 @@
|
||||
},
|
||||
mounted() {
|
||||
this.userInfo = this.$store.getters.userInfo;
|
||||
// console.log(this.this.userInfo)
|
||||
this.getCourseData(1);
|
||||
this.getCaseData();
|
||||
this.getArticleData();
|
||||
|
||||
Reference in New Issue
Block a user