wkw há 1 mês atrás
pai
commit
90f47f7545
1 ficheiros alterados com 1 adições e 1 exclusões
  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
             };