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 @@ - -