zhengkaixin 1 year ago
parent
commit
4c00ebdc8c
1 changed files with 1 additions and 2 deletions
  1. 1 2
      pages/searchPile/stationAndPile/stationDetails.vue

+ 1 - 2
pages/searchPile/stationAndPile/stationDetails.vue

@@ -614,7 +614,6 @@
 								<span >(原价:{{pricesInfoCurrent2.servicePrice.toFixed(2)}}元/度)</span>
 							</view>
 							
-
 						</view>
 						
 
@@ -623,7 +622,7 @@
 				</view>
 				<view class="chat_hhh">
 					<view class="chatTime" v-for="(item,i) in pricesInfo"
-						:style="'width:'+getW(item)"
+						:style="'width:'+getW(item)" :key="i"
 						 :class="{
 							 current1: pricesInfoCurrent.startTime==item.startTime,