Kaynağa Gözat

费用显示调整

zhengkaixin 2 yıl önce
ebeveyn
işleme
7918119790

+ 33 - 10
pages/searchPile/stationAndPile/chargingPileDetails.vue

@@ -41,12 +41,10 @@
 							{{detail.chargingPower}}kW
 						</view>
 					</view>
-					<view class="item"  @click="priceDetail" v-if="price">
+					<view class="item"  v-if="price">
 						<view class="title">
 							电费+服务费
-							<view class="iconfont more">
-								&#xe600;
-							</view>
+						
 						</view>
 						<view class="content">
 							当前时段:{{price.startTime}}~{{price.endTime}}    费用为<span style="color: #00b962;">{{price.costPrice.toFixed(2)}} </span>元/度
@@ -157,18 +155,42 @@
 			</view>
 		</u-modal>
 		
-		<view class="cost-explain">
+		<view  class="cost-explain"
+		style="display: block;"
+		v-if="station.id=='f62ce857-1301-4cf3-9c02-74d378c25ab2'">
+			<view class="text" style="width: 100%;">
+				费用说明
+				
+				<view   class="iconfont" style="color: #1bbe6b;
+						    font-size: 28rpx;
+						   display: initial;    float: right;"
+				 
+				 @click="step=1">
+					查看更多&#xe600;
+				</view>
+			</view>
+			<view style="text-indent: 2em; font-size: 28rpx;">
+				停车费调整:
+				本停车场,新能源汽车充电,最高<span style="color:red">只减免2小时</span>停车费用,<span style="color:red">超出部分</span>按停车场规定缴费
+				
+			</view>
+			
+		</view>
+		
+		
+		<view v-else  class="cost-explain">
 			<view class="text">
 				费用说明
 			</view>
-			<view class="iconfont" style="
-					width: 80px;
-					text-align: right;
-				"
+			
+			<view   class="iconfont" style="
+					  font-size: 32rpx;
+					text-align: right;"
 			 
 			 @click="step=1">
-				&#xe600;
+				查看&#xe600;
 			</view>
+			
 		</view>
 		
 		<!--提示  -->
@@ -1194,6 +1216,7 @@
 	.text{
 		font-size: 36rpx;
 		color: #101010;
+		width: 330rpx;
 	}
 	.iconfont{
 		color: #b3b3b3;