Browse Source

online删除

wkyy 2 years ago
parent
commit
53a263f4a7
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pages/searchPile/searchPile.vue

+ 1 - 1
pages/searchPile/searchPile.vue

@@ -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