@@ -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
};