zhengkaixin 6 kuukautta sitten
vanhempi
commit
d28061f07b
1 muutettua tiedostoa jossa 10 lisäystä ja 8 poistoa
  1. 10 8
      pages/searchPile/stationAndPile/chargingPileDetails.vue

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

@@ -564,14 +564,14 @@
 							   display: initial;    float: right;" @click="step=1">
 							查看更多
 						</view>
-						<view style="text-indent: 2em; font-size: 28rpx;">
-							停车费调整:
-							本停车场,新能源汽车充电,最高<span style="color:red">只减免2小时</span>停车费用,<span style="color:red">超出部分</span>按停车场规定缴费
-									
-						</view>
+						
 					</view>
 					
-				</view>
+				</view>
+				<p style="text-indent: 2em; font-size: 28rpx;" v-if="station.id=='f62ce857-1301-4cf3-9c02-74d378c25ab2'" >
+					停车费调整:本停车场,新能源汽车充电,最高<span style="color:red">只减免2小时</span>停车费用,<span style="color:red">超出部分</span>按停车场规定缴费
+							
+				</p>
 				<view   class="cost-explain" v-else >
 					<view class="text">
 						费用说明
@@ -1359,7 +1359,8 @@
 
 			},
 			carDet(t) {
-				if(this.car){
+				
+				if(this.car&&this.car.carNum){
 					return
 				}
 				this.onShowRole = true
@@ -1398,7 +1399,8 @@
 							confirmText: "填写车牌号",
 							cancelText: "继续充电",
 							success: res1 => {
-								if (res1.confirm) {
+								if (res1.confirm) {
+									
 									this.carDet()
 								} else if (res1.cancel) {
 									//('用户点击取消');