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