linwenxin 7 miesięcy temu
rodzic
commit
c79fa969bb

+ 2 - 2
src/packageAttachment/pages/applicationParts/index.vue

@@ -184,12 +184,12 @@ export default {
             }
           })
         })
-        console.log(addressInfo)
+        console.log(addressInfo, '-------------------')
         let { lat, lng } = addressInfo
         this.latitude = lat
         this.longitude = lng
       } catch (error) {
-        console.log(error)
+        console.log(error, '======================')
       }
     }
   }