From 3055fd8c1d3183c84db6a4197e176e0da3b152b9 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 28 Jul 2022 14:39:48 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/saas/AppCountryAlbum/Watermark.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/project/saas/AppCountryAlbum/Watermark.vue b/src/project/saas/AppCountryAlbum/Watermark.vue index b95a3153..a2171d5a 100644 --- a/src/project/saas/AppCountryAlbum/Watermark.vue +++ b/src/project/saas/AppCountryAlbum/Watermark.vue @@ -334,6 +334,10 @@ cityCode: `${data.ad_info.adcode}` }) + this.address = { + ...uni.getStorageSync('address'), + } + this.getWeather(`${data.ad_info.adcode}`) } })