fix: S2 缺陷修复 — emoji/类型/双重请求/动画/prefers-reduced-motion
This commit is contained in:
@@ -136,7 +136,7 @@ onMounted(async () => {
|
||||
}
|
||||
|
||||
const pages = getCurrentPages()
|
||||
const page = pages[pages.length - 1] as any
|
||||
const page = pages[pages.length - 1] as { options?: Record<string, string> }
|
||||
if (page?.options?.type && ['expense', 'income'].includes(page.options.type)) {
|
||||
type.value = page.options.type
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user