wkw 1 tháng trước cách đây
mục cha
commit
90f47f7545
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/views/im/detail/addMember/index.vue

+ 1 - 1
src/views/im/detail/addMember/index.vue

@@ -169,7 +169,7 @@ const submit = async () => {
             });
             wsStore.toUserInfo = res.data;
             const message = {
-                content: `${uname}加入了群聊`,
+                content: `${walletStore.username}创建了群聊`,
                 contentType: MsgType.MSG_TYPE.TEXT,
                 messageType: MsgType.CREATE_GROUP
             };