Browse Source

充电价格详情再次点击显示

zhupeng 3 years ago
parent
commit
77b9df80b5
1 changed files with 3 additions and 0 deletions
  1. 3 0
      pages/searchPile/stationAndPile/chargePriceDetails.vue

+ 3 - 0
pages/searchPile/stationAndPile/chargePriceDetails.vue

@@ -86,6 +86,9 @@
 								}
 								_self.list.push(item);
 							}
+							if(_self.list.length>0){
+								_self.change(0);
+							}
 							console.log('站点价格详情'+JSON.stringify(_self.list));
 							
 						}