From 14541130f306e14ccab4f9df858f9ffe119c02ba Mon Sep 17 00:00:00 2001 From: xianfuxing Date: Tue, 28 Aug 2018 12:21:37 +0800 Subject: [PATCH] # up --- src/views/counter/map.vue | 1 + 1 file changed, 1 insertion(+) diff --git a/src/views/counter/map.vue b/src/views/counter/map.vue index 537622c..5617b03 100644 --- a/src/views/counter/map.vue +++ b/src/views/counter/map.vue @@ -86,6 +86,7 @@ export default { this.deviceList = response.data.results // console.log(this.deviceList) this.coordinate = this.deviceList[0].coordinate + console.log('coor', this.coordinate) if (this.coordinate === null) { this.coordinate = [113.203460828994, 22.64902452257] }