【代码评审】商城:完善 MemberInfo.vue 的注释

This commit is contained in:
YunaiV
2024-11-05 09:50:47 +08:00
parent d3f3044655
commit 6f5cc3248f
3 changed files with 3 additions and 3 deletions

View File

@ -4,7 +4,7 @@
<KeFuConversationList ref="keFuConversationRef" @change="handleChange" />
<!-- 会话详情选中会话的消息列表 -->
<KeFuMessageList ref="keFuChatBoxRef" @change="getConversationList" />
<!-- 会员足迹选中会话的会员足迹 -->
<!-- 会员信息选中会话的会员信息 -->
<MemberInfo ref="memberInfoRef" />
</el-container>
</template>