|
@@ -832,7 +832,7 @@ export default {
|
|
|
data1.latitude = pos.latitude.toString();
|
|
|
if(this.info.miles_type[this.preference.miles_index].distance!=null)
|
|
|
data1.raidus = this.info.miles_type[this.preference.miles_index].distance.toString();
|
|
|
- data1.online = "0";//在线
|
|
|
+ // data1.online = "0";//在线
|
|
|
if(pos.findType != null)
|
|
|
data1.findType = pos.findType;
|
|
|
else
|