增加弹出私信弹窗
This commit is contained in:
@@ -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的主页
|
||||
|
Reference in New Issue
Block a user