From 9dda7856594d91e40929133780e5ac7e4b835212 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Fri, 29 Jul 2022 10:52:03 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/saas/AppCountryAlbum/AppCountryAlbum.vue | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/src/project/saas/AppCountryAlbum/AppCountryAlbum.vue b/src/project/saas/AppCountryAlbum/AppCountryAlbum.vue index b324c5de..90edee60 100644 --- a/src/project/saas/AppCountryAlbum/AppCountryAlbum.vue +++ b/src/project/saas/AppCountryAlbum/AppCountryAlbum.vue @@ -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}`) }