This commit is contained in:
yanran200730
2022-07-28 14:39:48 +08:00
parent d1ca78b8bb
commit 3055fd8c1d

View File

@@ -334,6 +334,10 @@
cityCode: `${data.ad_info.adcode}`
})
this.address = {
...uni.getStorageSync('address'),
}
this.getWeather(`${data.ad_info.adcode}`)
}
})