@@ -29,8 +29,8 @@
<view style="color: rgba(153, 153, 153, 100);
font-size: 14px;
text-align: left;
- font-family: AlibabaPuHui-regular;">1.预扣费10元,充电结束后按实际金额结算,多退少补<br/>
- 2.充电停止或充电金额超过余额时停止充电
+ font-family: AlibabaPuHui-regular;">充满自停将<span style="color:#53b56b">预扣费10元</span>,充电结束后按实际金额结算,多退少补<br/>
+
</view>
<!-- 优惠券 -->
@@ -92,7 +92,9 @@
<template v-if="item.enableShare&&device.online">
<view class="tag" v-if="item.workStatus != 2 ">
<view class="tag-item" @click="book(item,item.isAppointment&&item.enableAppointment)" :class="item.isAppointment&&item.enableAppointment?'':'not-open-tag'">
预约
@@ -101,12 +103,12 @@
充电
- <view class="persent" v-else>
- {{item.soc?'电量:'+( item.soc.toFixed(0))+'%':item.workStatusText}}
- </view>
</template>
+ <view class="persent" v-if="item.workStatus == 2 ">
+ {{item.soc?'电量:'+( item.soc.toFixed(0))+'%':item.workStatusText}}
+ </view>