no message
This commit is contained in:
@@ -1109,6 +1109,7 @@ const isBrowser = computed(() => {
|
||||
|
||||
// 点击发送信息
|
||||
const sendMessage = uin => {
|
||||
console.log(typeof messagePrivateItem);
|
||||
if (uin && typeof messagePrivateItem == "function") {
|
||||
messagePrivateItem({ uin: uin })
|
||||
return
|
||||
|
Reference in New Issue
Block a user