业务逻辑完善

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
+7 -3
View File
@@ -46,9 +46,13 @@ const canvasVisible = ref(false); // 控制canvas显示状态
const strength = ref(0);
const toRecordPage = () => {
uni.navigateTo({
url: "/pages/point-book-list",
});
if (user.value.id) {
uni.navigateTo({
url: "/pages/point-book-list",
});
} else {
showModal.value = true;
}
};
const toRankPage = () => {