参与者路由跳转到他人页的问题

This commit is contained in:
2025-12-28 19:21:54 +08:00
parent d90dcb053e
commit 1b67693752

View File

@@ -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}`
); );