pull/15/head
xiaozhiyong 1 year ago
parent 66ce529d41
commit 5c11f4644f
  1. 12
      BagStation/pages/overviewMap/components/footer.vue
  2. 2
      BagStation/pages/overviewMap/overviewMap.vue

@ -56,16 +56,16 @@
seleIndex:0,
kmData:[
{
lable:'20KM',
value:20000
lable:'5KM',
value:5000
},
{
lable:'30KM',
value:30000
lable:'10KM',
value:10000
},
{
lable:'50KM',
value:50000
lable:'30KM',
value:30000
}
]
}

@ -62,7 +62,7 @@
width: 40,
height: 50
},
radius: 20000,
radius: 5000,
LastCoordinate: [],
timer: null,
TXSDK: null,

Loading…
Cancel
Save