mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-18 15:26:45 +08:00
Merge branches 'stat', 'stat' and 'stat' of https://codeup.aliyun.com/6265f483e4166464dc2f9c14/boeu/portal into stat
This commit is contained in:
@@ -14,7 +14,11 @@
|
||||
<div class="share-time">{{ item.time }}</div>
|
||||
</div>
|
||||
<div class="coures-content">
|
||||
<span>【文章】</span>{{item.title}}
|
||||
<div style="width: 100%;">【文章】{{item.title}}</div>
|
||||
<div style="color: #999999;font-size: 12px;font-weight: normal; cursor: pointer;width: 50px;" v-if="!item.isRead&&type=='myShare'" @click.stop="deleteshares(item)">
|
||||
<svg-icon icon-class="withdraw" style="margin-right: 5px;font-size: 14px;" ></svg-icon>
|
||||
撤回
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 旧版 -->
|
||||
@@ -130,12 +134,15 @@ export default {
|
||||
width: 100%;
|
||||
padding: 30px 0;
|
||||
border-bottom:1px solid #e9e9e9 ;
|
||||
|
||||
.coures-content{
|
||||
margin-top: 20px;
|
||||
font-size: 16px;
|
||||
color: #333333;
|
||||
font-weight: 600;
|
||||
word-break:break-all;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
span{
|
||||
font-size: 16px;
|
||||
margin-left: -9px;
|
||||
@@ -143,10 +150,12 @@ export default {
|
||||
}
|
||||
.coures-head{
|
||||
display: flex;
|
||||
|
||||
.share-name{
|
||||
font-size: 14px;
|
||||
color: #666666;
|
||||
margin-right: 17px;
|
||||
cursor: pointer;
|
||||
}
|
||||
.share-time{
|
||||
font-size: 14px;
|
||||
|
||||
@@ -14,7 +14,10 @@
|
||||
<div class="share-time">{{ item.time }}</div>
|
||||
</div>
|
||||
<div class="coures-content">
|
||||
<span>【案例】</span>{{item.title}}
|
||||
<div style="width: 100%;">【案例】{{item.title}}</div>
|
||||
<div v-if="!item.isRead&&type=='myShare'" @click.stop="deleteshares(item)" style="color: #999999;font-size: 12px;font-weight: normal;width: 50px;">
|
||||
<svg-icon icon-class="withdraw" style="margin-right: 5px;font-size: 14px;" ></svg-icon>
|
||||
撤回</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -122,6 +125,8 @@ export default {
|
||||
color: #333333;
|
||||
font-weight: 600;
|
||||
word-break:break-all;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
span{
|
||||
font-size: 16px;
|
||||
margin-left: -9px;
|
||||
|
||||
@@ -14,7 +14,10 @@
|
||||
<div class="share-time">{{ item.time }}</div>
|
||||
</div>
|
||||
<div class="coures-content">
|
||||
<span>【课程】</span>{{item.title}}
|
||||
<div style="width: 100%;">【课程】{{item.title}}</div>
|
||||
<div v-if="!item.isRead&&type=='myShare'" @click.stop="deleteshares(item)" style="color: #999999;font-size: 12px;font-weight: normal;width: 50px;">
|
||||
<svg-icon icon-class="withdraw" style="margin-right: 5px;font-size: 14px;" ></svg-icon>
|
||||
撤回</div>
|
||||
</div>
|
||||
|
||||
</div>
|
||||
@@ -167,6 +170,8 @@ export default {
|
||||
color: #333333;
|
||||
font-weight: 600;
|
||||
word-break:break-all;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
span{
|
||||
font-size: 16px;
|
||||
margin-left: -9px;
|
||||
|
||||
@@ -100,12 +100,11 @@
|
||||
if(!data.contentId){
|
||||
return;
|
||||
}
|
||||
console.log(data.info,'data.info')
|
||||
if(!data.info.enabled || data.info.deleted){
|
||||
this.$message.warning("此课程已停用或已删除");
|
||||
return;
|
||||
}
|
||||
this.$router.push({ path: '/course/detail?id=', query: { id: data.contentId } });
|
||||
this.$router.push({ path: '/course/studyindex?id=', query: { id: data.contentId } });
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
@@ -14,7 +14,10 @@
|
||||
<div class="share-time">{{ item.time }}</div>
|
||||
</div>
|
||||
<div class="coures-content">
|
||||
<span>【问答】</span>{{item.title}}
|
||||
<div style="width: 100%;">【问答】{{item.title}}</div>
|
||||
<div v-if="!item.isRead&&type=='myShare'" @click.stop="deleteshares(item)" style="color: #999999;font-size: 12px;font-weight: normal;width: 50px;">
|
||||
<svg-icon icon-class="withdraw" style="margin-right: 5px;font-size: 14px;" ></svg-icon>
|
||||
撤回</div>
|
||||
</div>
|
||||
</div>
|
||||
<!-- 旧版 -->
|
||||
@@ -137,6 +140,8 @@ export default {
|
||||
color: #333333;
|
||||
font-weight: 600;
|
||||
word-break:break-all;
|
||||
display: flex;
|
||||
justify-content: space-between;
|
||||
span{
|
||||
font-size: 16px;
|
||||
margin-left: -9px;
|
||||
|
||||
Reference in New Issue
Block a user