This commit is contained in:
zengBin 2024-10-18 15:43:17 +08:00
parent 2367995a9d
commit e90f35c48d

View File

@ -263,7 +263,7 @@ wepy.page({
wx.navigateTo({url: `/pages/books/bookDetail?url=${encodeURIComponent(e.path_url)}`})
}
if (e.type == 'follow' || e.type == 'friend' || e.type == 'remind_profile') {
url = `/pages/home/information?id=${e.user_id}`
url = `/pages/home/information?id=${e.type == 'follow' ? e.send_user_id : e.user_id}`
} else if (e.type == 'temp') {
url = `/pages/users/tempMember`
} else if (e.type == 'moment' || e.type == 'change_moment_topic') {