群聊的聊天记录
+ ++ {{ content }} +
+聊天记录
+{{ props.type === 'friend' ? '好友通知' : '群通知' }}
- +- {{ groupStore.getUserInfo(isCurrentUser(item.uid) ? item.targetId : item.uid)!.name }} + {{ groupStore.getUserInfo(isCurrentUser(item.senderId) ? item.operateId : item.senderId)!.name }}
@@ -38,39 +46,53 @@
{{ formatTimestamp(item.createTime) }}
留言:{{ item.msg }}
++ 留言:{{ item.content }} +
群聊的聊天记录
+ ++ {{ content }} +
+聊天记录
+{{ item }}
+{{ item }}
+{{ part.text }}
-{{ part.text }}
-{{ part.text }}
+ class="chat-message-max-width dark:bg-[#fbb99020] bg-[#fbb99030] dark:border-(1px solid #fbb99020) border-(1px solid #fbb99040) flex-center chat-bot-message-gap px-12px py-4px rounded-8px"> +{{ part.text }}
++ {{ part.text }} +
+{{ part.text }}
+
-
@@ -68,14 +42,14 @@
style="transform: translateZ(0)"
class="relative w-118px overflow-hidden">
-
+ {{ userInfo.name }}
+账号: {{ userInfo.account }}
+
+ {{ userInfo.name }}
+群号: {{ userInfo.account }}
+
@@ -35,7 +40,6 @@
import CommunityContent from '#/components/community/CommunityContent.vue'
import CommunityTab from '#/components/community/CommunityTab.vue'
import PersonalInfo from '#/components/my/PersonalInfo.vue'
-import SafeAreaPlaceholder from '#/components/placeholders/SafeAreaPlaceholder.vue'
const isShow = ref(true)
const avatarBox = ref
+