This commit is contained in:
xiaozhiyong
2023-11-21 16:29:43 +08:00
parent 66ce529d41
commit 5c11f4644f
2 changed files with 7 additions and 7 deletions

View File

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

View File

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