update
This commit is contained in:
parent
e5262370df
commit
9204fc5934
@ -434,10 +434,10 @@ wepy.page({
|
|||||||
return
|
return
|
||||||
}
|
}
|
||||||
let url = ``
|
let url = ``
|
||||||
if (type === 'user') {
|
if (e.chat_type === 'group_chat') {
|
||||||
url = `/pages/home/information?id=${e.join_to_id}`
|
|
||||||
} else if (e.chat_type === 'group_chat') {
|
|
||||||
url = `/pages/news/groupChitchat?id=${e.join_to_id}&name=${encodeURIComponent(e.other_nickname)}&pic=${e.other_photo}`
|
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 {
|
} 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}`
|
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}`
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user