From 981097a89b98221442d1f6f2b831fbf9957aaa61 Mon Sep 17 00:00:00 2001 From: yanran200730 Date: Thu, 28 Jul 2022 16:41:47 +0800 Subject: [PATCH] =?UTF-8?q?bug=E4=BF=AE=E5=A4=8D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/saas/AppCountryAlbum/Watermark.vue | 2 -- .../saas/AppCountryAlbum/components/watermark/Watermark1.vue | 1 - 2 files changed, 3 deletions(-) diff --git a/src/project/saas/AppCountryAlbum/Watermark.vue b/src/project/saas/AppCountryAlbum/Watermark.vue index f6912025..c549fa1e 100644 --- a/src/project/saas/AppCountryAlbum/Watermark.vue +++ b/src/project/saas/AppCountryAlbum/Watermark.vue @@ -335,8 +335,6 @@ success: res => { var lat = res.latitude var lng = res.longitude - console.log(res) - alert(JSON.stringify(res)) this.$http.post('/api/appdvcpconfig/apiForward', `https://apis.map.qq.com/ws/geocoder/v1/?location=${lat},${lng}&key=3RZBZ-LZUCF-CT6J5-NWKZH-FCWOQ-UUFKY&get_poi=1`).then(res => { if (res.code === 0) { const data = res.data.result diff --git a/src/project/saas/AppCountryAlbum/components/watermark/Watermark1.vue b/src/project/saas/AppCountryAlbum/components/watermark/Watermark1.vue index b2951fe3..1d2a57c1 100644 --- a/src/project/saas/AppCountryAlbum/components/watermark/Watermark1.vue +++ b/src/project/saas/AppCountryAlbum/components/watermark/Watermark1.vue @@ -76,7 +76,6 @@ address: { handler: function (v) { - alert(JSON.stringify(v)) if (v.address) { this.address = uni.getStorageSync('address').address || '' this.weather = uni.getStorageSync('address').weather || ''