fix: my info

This commit is contained in:
zzc
2026-01-30 17:56:14 +08:00
parent 462e664ac9
commit da85fa655d
4 changed files with 325 additions and 2 deletions

View File

@@ -171,7 +171,10 @@ const handleUserClick = () => {
if (!isLoggedIn.value) {
loginPopupRef.value.open();
} else {
// Navigate to profile details or do nothing
// Navigate to profile details
uni.navigateTo({
url: "/pages/mine/profile",
});
}
};