参与者路由跳转到他人页的问题
This commit is contained in:
@@ -159,7 +159,7 @@ function Index() {
|
||||
|
||||
function handleViewUserInfo(userId) {
|
||||
navto(
|
||||
isMyOwn
|
||||
userId === myInfo.id
|
||||
? "/user_pages/myself/index"
|
||||
: `/user_pages/other/index?userid=${userId}`
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user