发送消息的统一调整

This commit is contained in:
daihh
2022-12-02 14:22:00 +08:00
parent b9ab725e63
commit 97c01ace60
7 changed files with 48 additions and 20 deletions

View File

@@ -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>