fix bug#4053
This commit is contained in:
parent
383abed2e8
commit
687cc0ec38
@ -30,7 +30,7 @@ const onClick = () => {
|
||||
</script>
|
||||
<template>
|
||||
<section class="im-message-forward pointer" :class="{ left: data.float === 'left' }" @click="onClick">
|
||||
<div class="title">{{ title }}的会话记录</div>
|
||||
<div class="title">{{ extra.forward_name || title}}的会话记录</div>
|
||||
<div class="list" v-for="(record, index) in extra.records" :key="index">
|
||||
<p>
|
||||
<span>{{ record.nickname }}: </span>
|
||||
|
Loading…
Reference in New Issue
Block a user