业务逻辑完善

This commit is contained in:
kron
2026-01-09 14:10:23 +08:00
parent ddf0dafe08
commit 937fce1a35
3 changed files with 19 additions and 11 deletions

View File

@@ -31,6 +31,7 @@ watch(
);
const onClick = async () => {
if (!user.value.id) return;
if (user.value.id === props.data.id) {
return uni.navigateTo({
url: "/pages/my-like-list",