This commit is contained in:
yanran200730
2022-07-28 15:37:56 +08:00
parent baab315005
commit bcb87f4356
2 changed files with 2 additions and 1 deletions

View File

@@ -357,7 +357,7 @@
}
})
}).catch(e => {
alert(JOSON.stringify(e))
alert(JOSN.stringify(e))
})
},

View File

@@ -76,6 +76,7 @@
address: {
handler: function (v) {
alert(JSON.stringify(v))
if (v.address) {
this.address = uni.getStorageSync('address').address || ''
this.weather = uni.getStorageSync('address').weather || ''