dyjh 6 years ago
parent
commit
c6e68852a7
1 changed files with 2 additions and 2 deletions
  1. 2 2
      resources/views/admin/base/index/welcome.blade.php

+ 2 - 2
resources/views/admin/base/index/welcome.blade.php

xqd xqd
@@ -349,7 +349,7 @@
                 if (geoCoord) {
                     res.push({
                         name: data[i].name,
-                        value: geoCoord.concat(data[i].value)
+                        value: geoCoord.concat(data[i].value,data[i].num)
                     });
                 }
             }
@@ -368,7 +368,7 @@
                 trigger: 'item',
                 formatter: function(data){
                     //console.log(data)
-                    return data.name+': '+data.value[2];
+                    return data.name+': '+data.num[2];
                 }
             },
             bmap: {