This commit is contained in:
yanran200730
2022-05-31 11:39:43 +08:00
parent 8497babbbd
commit e7539acb9e
2 changed files with 2 additions and 2 deletions

View File

@@ -149,7 +149,7 @@
if (this.isChooseAddress) {
uni.$emit('filedChange', {
...uni.getStorageSync('formConfig'),
defaultValue: address.address
defaultValue: address.title
})
} else {
uni.$emit('address', {

View File

@@ -287,7 +287,7 @@
uni.setStorageSync('address', {
lat,
lng,
address: data.address,
address: data.title,
cityCode: `${data.ad_info.adcode}`
})