会话存档

This commit is contained in:
liuye
2023-06-30 14:36:22 +08:00
parent 21785c4276
commit 452dcaa888
2 changed files with 11 additions and 3 deletions

View File

@@ -239,8 +239,8 @@ export default {
params: { params: {
current: this.current, current: this.current,
size: 10, size: 10,
// msgType: this.tabList[this.currentTabs].value, msgType: this.tabList[this.currentTabs].value,
msgType: 'weapp', // msgType: 'weapp',
toUserId: this.toUserId, toUserId: this.toUserId,
roomId: this.roomId, roomId: this.roomId,
type: this.type, type: this.type,

View File

@@ -91,8 +91,11 @@
<p>{{item.title}}</p> <p>{{item.title}}</p>
<div>{{item.username}}{{item.displayname}}</div> <div>{{item.username}}{{item.displayname}}</div>
</div> </div>
<div class="card-right">
<img src="./img/app-icon.png" alt="" >
</div>
</div> </div>
<div class="bottom">小程序</div> <div class="bottom"><img src="./img/app-mini-icon.png" alt="" >小程序</div>
</div> </div>
<div class="card-info" v-if="item.msgType == 'link'" @click="openLink(item)"> <div class="card-info" v-if="item.msgType == 'link'" @click="openLink(item)">
@@ -606,6 +609,11 @@ export default {
font-size: 22px; font-size: 22px;
color: #999; color: #999;
border-top: 1px solid #eee; border-top: 1px solid #eee;
img {
width: 20px;
height: 20px;
margin-right: 8px;
}
} }
} }
.map-info { .map-info {