diff --git a/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue b/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue
index bf1e6a67..877c7ea0 100644
--- a/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue
+++ b/project/fengdu/app/AppIntegratingSupermarket/components/AddStore.vue
@@ -24,13 +24,6 @@
                 仅指定网格可见
               
             
-            
-              
-                
-                  选择位置
-                
-              
-            
             
               
               
             
+            
+              
+                
+                  选择位置
+                
+              
+            
           
         
       
@@ -322,10 +322,8 @@
             }
           })
           this.map.on('click', (e) => {
-            console.log(e)
             new AMap.Geocoder().getAddress(e.lnglat, (sta, res) => {
               if (res?.regeocode) {
-                console.log(res)
                 this.placeDetail = {
                   lng: e.lnglat?.lng,
                   lat: e.lnglat?.lat,