修复已知问题

This commit is contained in:
bobobobo
2026-01-29 00:27:31 +08:00
parent 990f2df972
commit 41c1e5ba89
36 changed files with 1353 additions and 169 deletions

View File

@@ -21,7 +21,9 @@
}
const onAdd = () => {
navigateTo('/pages/address/add')
navigateTo('/pages/address/add', {
defaultAddress: listData.value.length === 0 ? '1' : ''
})
}
const onGo = id => {