feat: mobile mj list page is ready

This commit is contained in:
RockYang
2024-02-15 18:11:22 +08:00
parent 0af01f6f1f
commit d2ac807252
9 changed files with 88 additions and 114 deletions

View File

@@ -824,7 +824,7 @@ const reGenerate = function () {
icon: loginUser.value.avatar,
content: md.render(text)
});
socket.value.send(previousText);
socket.value.send(previousText.value);
}
const chatName = ref('')