测试
This commit is contained in:
@@ -357,7 +357,7 @@
|
|||||||
}
|
}
|
||||||
})
|
})
|
||||||
}).catch(e => {
|
}).catch(e => {
|
||||||
alert(JOSON.stringify(e))
|
alert(JOSN.stringify(e))
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|
||||||
|
|||||||
@@ -76,6 +76,7 @@
|
|||||||
|
|
||||||
address: {
|
address: {
|
||||||
handler: function (v) {
|
handler: function (v) {
|
||||||
|
alert(JSON.stringify(v))
|
||||||
if (v.address) {
|
if (v.address) {
|
||||||
this.address = uni.getStorageSync('address').address || ''
|
this.address = uni.getStorageSync('address').address || ''
|
||||||
this.weather = uni.getStorageSync('address').weather || ''
|
this.weather = uni.getStorageSync('address').weather || ''
|
||||||
|
|||||||
Reference in New Issue
Block a user