浏览代码

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

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));
 							
 						}