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