业务逻辑完善
This commit is contained in:
@@ -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 = () => {
|
||||
|
||||
Reference in New Issue
Block a user