浏览代码

no message

linwenxin 7 月之前
父节点
当前提交
c79fa969bb
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      src/packageAttachment/pages/applicationParts/index.vue

+ 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, '======================')
       }
     }
   }