mirror of
https://codeup.aliyun.com/67762337eccfc218f6110e0e/vue/learning-system-portal.git
synced 2025-12-22 09:16:44 +08:00
发送消息的统一调整
This commit is contained in:
@@ -35,7 +35,7 @@
|
||||
</div>
|
||||
<!-- </el-card> -->
|
||||
<div style="margin-top:10px;">
|
||||
<interactBar :type="2" :data="articleDetailData" :theme='1' :shares="true" ></interactBar>
|
||||
<interactBar v-if="articleDetailData.id" :type="2" :data="articleDetailData" :theme='1' :shares="true" ></interactBar>
|
||||
</div>
|
||||
</div>
|
||||
<!--评论, 修改边距调整-->
|
||||
|
||||
@@ -78,7 +78,7 @@
|
||||
</div>
|
||||
<div>
|
||||
<div style="display:inline-block;">
|
||||
<interactBar :data="caseDetail" :type="3" :comments="false" :shares="true" :unicom="true"></interactBar>
|
||||
<interactBar v-if="caseDetail.id" :data="caseDetail" :type="3" :comments="false" :shares="true" :unicom="true"></interactBar>
|
||||
</div>
|
||||
<div style="display:inline-block;margin: 0 20px;">
|
||||
<i style="font-size: 25px;color:#6E7B84;" @click="goTop()" class="el-icon-arrow-up"></i>
|
||||
|
||||
@@ -81,7 +81,7 @@
|
||||
<div class="answer-time">
|
||||
<div> <!--之前显示时间的位置--> </div>
|
||||
<div style="margin-right: 10px;">
|
||||
<interactBar :type="5" :data="item" :comments="false" :shares="false" :views="false"></interactBar>
|
||||
<interactBar :type="5" :pageType="4" :pageParams="detailData.id" :data="item" :comments="false" :shares="false" :views="false"></interactBar>
|
||||
</div>
|
||||
</div>
|
||||
<div class="answer-boot">
|
||||
|
||||
@@ -814,6 +814,8 @@
|
||||
refId:this.courseInfo.id,
|
||||
refType:1,
|
||||
source:1,
|
||||
pageType:1,
|
||||
pageParams:this.courseInfo.id,
|
||||
pageUrl:location.href,
|
||||
sendAid:this.userInfo.aid,
|
||||
sendName:this.userInfo.name,
|
||||
|
||||
Reference in New Issue
Block a user