|
@@ -192,7 +192,7 @@
|
|
|
<view style="
|
|
|
font-size: 16px;
|
|
|
font-weight: bold;
|
|
|
- " >已充费用{{chargingRecord.dueFee?chargingRecord.dueFee.toFixed(2):'0.00'}}元</view>
|
|
|
+ " >预计费用{{chargingRecord.dueFee?chargingRecord.dueFee.toFixed(2):'0.00'}}元</view>
|
|
|
</text>
|
|
|
|
|
|
|
|
@@ -320,12 +320,14 @@
|
|
|
|
|
|
</view>
|
|
|
|
|
|
- <view class="item" v-if="false">
|
|
|
+ <view class="item" >
|
|
|
<view class="title">
|
|
|
- 占位费说明
|
|
|
+ 费用说明
|
|
|
</view>
|
|
|
- <view class="detail">
|
|
|
- 停止充电后30分钟即开始收取占位费用,1元/分钟
|
|
|
+ <view class="detail" @click="gotoUrl('pages/searchPile/stationAndPile/chargePriceDetails?stationId='+chargingGun.stationId+'&deviceNo='+chargingGun.deviceNo)">
|
|
|
+
|
|
|
+ <u-icon name="arrow-right" size="28"></u-icon>
|
|
|
+
|
|
|
</view>
|
|
|
</view>
|
|
|
|
|
@@ -1393,7 +1395,7 @@
|
|
|
|
|
|
//其他信息
|
|
|
.else-infos {
|
|
|
- padding: 0 12px;
|
|
|
+ padding: 0 12px 12px 12px;
|
|
|
background-color: #ffffff;
|
|
|
width: 88.2%;
|
|
|
margin: 16px auto 0;
|