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