Kaynağa Gözat

免费时长修改

CralYang 2 yıl önce
ebeveyn
işleme
2ab1ad8f3c

+ 1 - 1
pages/center/order/order.vue

@@ -67,7 +67,7 @@
 									<view class="order-center-item" v-if="orderItem.deviceType == 1">
 										免费时长:{{ orderItem.freeDuration || 0 }}</view>
 									<view class="order-center-item" v-if="orderItem.deviceType == 2">
-										免费时长:0天0时15分0秒</view>
+										免费时长:0天0时30分0秒</view>
 									<!-- <view class="order-center-item" v-if="orderItem.orderStatus !== 1">
 										计费时长:{{ orderItem.calcDuration || 0 }}</view> -->
 									<view class="order-center-item">

+ 1 - 1
pages/center/order/orderDetails/orderDetails.vue

@@ -48,7 +48,7 @@
 				</template>
 				<template v-else>
 					<u-cell-item title="免费时长 " :arrow="false" :border-bottom="false" :border-top="false"
-						value="0天0时15分0秒"></u-cell-item>
+						value="0天0时30分0秒"></u-cell-item>
 				</template>
 				<u-cell-item title="计费时长 " :arrow="false" :border-bottom="false" :border-top="false"
 					:value="orderInfo.calcDuration"></u-cell-item>

+ 2 - 2
pages/geomagnetismLock/geomagnetismLock.vue

@@ -34,8 +34,8 @@
 					</view>
 					<view class="parking-lock-info-item">
 						<view>免费时长</view>
-						<!-- <view>{{ orderInfo.freeDuration || '0天0时15分0秒' }}</view> -->
-						<view>{{ '0天0时15分0秒' }}</view>
+						<!-- <view>{{ orderInfo.freeDuration || '0天0时30分0秒' }}</view> -->
+						<view>{{ '0天0时30分0秒' }}</view>
 					</view>
 					<view class="parking-lock-info-item">
 						<view>计费时长</view>

+ 2 - 2
pages/parkingLock/parkingLock.vue

@@ -47,8 +47,8 @@
 						</view>
 						<view class="parking-lock-info-item">
 							<view>免费时长</view>
-							<!-- <view>{{ orderInfo.freeDuration || '0天0时15分0秒' }}</view> -->
-							<view>{{ '0天0时15分0秒' }}</view>
+							<!-- <view>{{ orderInfo.freeDuration || '0天0时30分0秒' }}</view> -->
+							<view>{{ '0天0时30分0秒' }}</view>
 						</view>
 						<view class="parking-lock-info-item">
 							<view>计费时长</view>

+ 1 - 1
pages/payLists/payLists.vue

@@ -37,7 +37,7 @@
 							<view class="pay-center-item" v-if="payItem.orderStatus !== 1">停车时长:{{payItem.duration || 0}}
 							</view> -->
 							<view class="pay-center-item" v-if="payItem.orderStatus !== 1">
-								免费时长:{{ payItem.deviceType == 1 ? payItem.freeDuration : '0天0时15分0秒' }}
+								免费时长:{{ payItem.deviceType == 1 ? payItem.freeDuration : '0天0时30分0秒' }}
 							</view>
 							<!-- 计费时长=停车时长-免费时长 -->
 							<view class="pay-center-item" v-if="payItem.orderStatus !== 1">

+ 2 - 2
pages/roadGateSystem/roadGateSystem.vue

@@ -33,8 +33,8 @@
 					</view>
 					<view class="parking-lock-info-item">
 						<view>免费时长</view>
-						<!-- <view>{{ orderInfo.freeDuration || '0天0时15分0秒' }}</view> -->
-						<view>{{ '0天0时15分0秒' }}</view>
+						<!-- <view>{{ orderInfo.freeDuration || '0天0时30分0秒' }}</view> -->
+						<view>{{ '0天0时30分0秒' }}</view>
 					</view>
 					<view class="parking-lock-info-item">
 						<view>计费时长</view>