feat: latest code update
This commit is contained in:
@@ -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 })
|
||||
|
||||
Reference in New Issue
Block a user