bug 修复

This commit is contained in:
yanran200730
2022-07-28 17:00:50 +08:00
parent 83fe4f8854
commit a51ad3e3c1

View File

@@ -311,8 +311,6 @@
if (res.code === 0) {
const data = res.data.result.now
alert(JSON.stringify(data))
uni.setStorageSync('address', {
...uni.getStorageSync('address'),
weather: `${data.text} ${data.temp}°` || ''