update
This commit is contained in:
parent
2367995a9d
commit
e90f35c48d
@ -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') {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user