This commit is contained in:
yanran200730
2022-07-29 10:52:03 +08:00
parent 51fd8d4594
commit 9dda785659

View File

@@ -52,7 +52,6 @@ export default {
},
getLocation () {
console.log(this.wxwork)
this.agentSign({
corpId: this.wxwork.config.corpId,
suiteId: this.wxwork.config.suiteId
@@ -73,9 +72,7 @@ export default {
cityCode: `${data.ad_info.adcode}`
})
this.address = {
...uni.getStorageSync('address')
}
alert(JSON.stringify(data))
this.getWeather(`${data.ad_info.adcode}`)
}