增加弹出私信弹窗

This commit is contained in:
A1300399510
2024-05-23 17:26:53 +08:00
parent 28398fcb2b
commit 590eae4cfc
29 changed files with 262 additions and 252 deletions

View File

@@ -1109,7 +1109,12 @@ const isBrowser = computed(() => {
// 点击发送信息
const sendMessage = uin => {
redirectToExternalWebsite(`https://bbs.gter.net/home.php?mod=space&showmsg=1&uid=${uin}`)
if (uin && typeof messagePrivateItem == "function") {
messagePrivateItem({ uin: uin })
return
} else redirectToExternalWebsite(`https://bbs.gter.net/home.php?mod=space&showmsg=1&uid=${uin}`)
// redirectToExternalWebsite(`https://bbs.gter.net/home.php?mod=space&showmsg=1&uid=${uin}`)
}
// 点击ta的主页