修改样式

This commit is contained in:
2026-04-11 11:55:03 +08:00
parent ef9210a567
commit ec9282a64f
59 changed files with 8708 additions and 2558 deletions
+3 -1
View File
@@ -18,15 +18,17 @@ function handleClickSearch() {
chooseAddress: (data: any) => {
console.log('搜索的地址信息', data)
if (data) {
addressStore.clearAddressInfo()
addressStore.setAddressLocation({
displayName: data.displayName,
formattedAddress: data.formattedAddress,
longitude: data.location.lng,
latitude: data.location.lat
})
addressStore.pendingIntroBuildingType = true
setTimeout(()=> {
uni.navigateTo({
url: '/pages/address/choose-type'
url: '/pages/address/save-address/other'
})
}, 300)
}