会话存档

This commit is contained in:
liuye
2023-06-09 17:54:34 +08:00
parent f697a86440
commit 5dba7c558f

View File

@@ -103,7 +103,7 @@
<img src="./img/user-img.png" alt="" v-else> <img src="./img/user-img.png" alt="" v-else>
</div> </div>
</div> </div>
<!-- <div class="bottom">个人名片</div> --> <div class="bottom">个人名片</div>
</div> </div>
<img :src="item.sdkFileUrl" alt="" v-if="item.msgType == 'emotion'" :style="[{width: item.width/2+'px'}, {height: item.height/2+'px'}]"> <img :src="item.sdkFileUrl" alt="" v-if="item.msgType == 'emotion'" :style="[{width: item.width/2+'px'}, {height: item.height/2+'px'}]">
@@ -140,10 +140,6 @@
<div class="bottom">分享链接</div> <div class="bottom">分享链接</div>
</div> </div>
<img :src="item.userAvatar" alt="" class="user-img" v-if="item.userId == id"> <img :src="item.userAvatar" alt="" class="user-img" v-if="item.userId == id">
<!-- <i class="el-icon-warning" v-if="item.userId != id"></i> --> <!-- <i class="el-icon-warning" v-if="item.userId != id"></i> -->
</div> </div>
@@ -197,7 +193,8 @@
{name: '文件', value: 'file'}, {name: '文件', value: 'file'},
], ],
searchMsg: '', searchMsg: '',
id: 'LiuYe', // id: 'LiuYe',
id: ''
} }
}, },
computed: { computed: {
@@ -335,7 +332,6 @@
this.getMsgListInit() this.getMsgListInit()
}, },
openLink(row) { openLink(row) {
console.log(row.linkUrl)
document.write('<a href="" target="new"></a>'); document.write('<a href="" target="new"></a>');
window.open(row.linkUrl, "new"); window.open(row.linkUrl, "new");
}, },