修改样式
This commit is contained in:
@@ -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)
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user