소스 검색

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

zhupeng 3 년 전
부모
커밋
77b9df80b5
1개의 변경된 파일3개의 추가작업 그리고 0개의 파일을 삭제
  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));
 							
 						}