Browse Source

找桩充电桩功率查询条件去掉

zhupeng 3 years ago
parent
commit
ea385d243c
1 changed files with 4 additions and 0 deletions
  1. 4 0
      pages/search/search.vue

+ 4 - 0
pages/search/search.vue

@@ -278,6 +278,10 @@
 							obj.id = items[i].id;
 							obj.id = items[i].id;
 						else
 						else
 							continue;
 							continue;
+						if(items[i].type.indexOf("1")>=0 && items[i].type.indexOf("2")>=0)
+						{
+							obj.type = '快/慢'
+						}
 						if(items[i].costPrice!=null)
 						if(items[i].costPrice!=null)
 							obj.price = items[i].costPrice;
 							obj.price = items[i].costPrice;