This commit is contained in:
zengBin 2024-10-25 14:37:43 +08:00
parent e5262370df
commit 9204fc5934

View File

@ -434,10 +434,10 @@ wepy.page({
return
}
let url = ``
if (type === 'user') {
url = `/pages/home/information?id=${e.join_to_id}`
} else if (e.chat_type === 'group_chat') {
if (e.chat_type === 'group_chat') {
url = `/pages/news/groupChitchat?id=${e.join_to_id}&name=${encodeURIComponent(e.other_nickname)}&pic=${e.other_photo}`
} else if (type === 'user') {
url = `/pages/home/information?id=${e.join_to_id}`
} else {
url = `/pages/news/chitchat?id=${e.join_to_id}&name=${encodeURIComponent(e.other_nickname)}&type=${e.other_type}&pic=${e.other_photo}&real=${e.is_real_approved}`
}