no message

This commit is contained in:
A1300399510
2024-05-23 17:29:18 +08:00
parent 590eae4cfc
commit 918773f85a
27 changed files with 247 additions and 245 deletions

View File

@@ -1109,6 +1109,7 @@ const isBrowser = computed(() => {
// 点击发送信息
const sendMessage = uin => {
console.log(typeof messagePrivateItem);
if (uin && typeof messagePrivateItem == "function") {
messagePrivateItem({ uin: uin })
return