feat: latest code update

This commit is contained in:
yuzhiran
2026-06-16 13:18:36 +08:00
parent 5a49d15696
commit 96c367e0f8
17 changed files with 198 additions and 107 deletions
+1 -1
View File
@@ -147,7 +147,7 @@ onMounted(() => {
// #endif
})
onBeforeUnmount(() => { if (timer) clearInterval(timer) })
onBeforeUnmount(() => { if (timer) { clearTimeout(timer); timer = null } })
// 辅助
const showToast = (title, icon = 'none') => uni.showToast({ title, icon })