From dc6d38036a50ab02e4f0fac2bc9a4af132955e64 Mon Sep 17 00:00:00 2001 From: gongfuxiang Date: Sat, 28 Sep 2024 13:53:23 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=A8=E6=88=B7=E4=BD=8D=E7=BD=AE=E9=80=89?= =?UTF-8?q?=E6=8B=A9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/choice-location/choice-location.vue | 1 - pages/index/index.vue | 8 -------- 2 files changed, 9 deletions(-) diff --git a/components/choice-location/choice-location.vue b/components/choice-location/choice-location.vue index 78802652..f5b57894 100644 --- a/components/choice-location/choice-location.vue +++ b/components/choice-location/choice-location.vue @@ -66,7 +66,6 @@ var self = this; var timer = setInterval(function () { var result = app.globalData.choice_user_location_init() || null; - console.log(result); if(result != null && (result.status == 1 || result.status == 3)) { self.setData({ location: result diff --git a/pages/index/index.vue b/pages/index/index.vue index bba7249f..7ee662eb 100644 --- a/pages/index/index.vue +++ b/pages/index/index.vue @@ -34,14 +34,6 @@ - -