|
@@ -47,16 +47,16 @@
|
|
<view class="date"><text><img src="../../../assets/img/riLine-charging-pile-line Copy.svg" alt="">
|
|
<view class="date"><text><img src="../../../assets/img/riLine-charging-pile-line Copy.svg" alt="">
|
|
</text>{{(stationDetail.station.type.indexOf('1')>=0?'直流快充':'')}}{{(stationDetail.station.type.indexOf(',')>=0?'/':'')}}{{(stationDetail.station.type.indexOf('2')>=0?'交流慢充':'')}}</view>
|
|
</text>{{(stationDetail.station.type.indexOf('1')>=0?'直流快充':'')}}{{(stationDetail.station.type.indexOf(',')>=0?'/':'')}}{{(stationDetail.station.type.indexOf('2')>=0?'交流慢充':'')}}</view>
|
|
<view class="free">
|
|
<view class="free">
|
|
- <view class="fast">
|
|
|
|
- <view class="fast-font" v-if="stationDetail.station.type == '1' || stationDetail.station.type == '1,2'">
|
|
|
|
|
|
+ <view class="fast" v-if="stationDetail.station.type == '1' || stationDetail.station.type == '1,2'">
|
|
|
|
+ <view class="fast-font">
|
|
快
|
|
快
|
|
</view>
|
|
</view>
|
|
<view class="num">
|
|
<view class="num">
|
|
{{stationDetail.station.fastAvailableNum}}/{{stationDetail.station.fastNum}}
|
|
{{stationDetail.station.fastAvailableNum}}/{{stationDetail.station.fastNum}}
|
|
</view>
|
|
</view>
|
|
</view>
|
|
</view>
|
|
- <view class="slow">
|
|
|
|
- <view class="slow-font" v-if="stationDetail.station.type == '2' || stationDetail.station.type == '1,2'">
|
|
|
|
|
|
+ <view class="slow" v-if="stationDetail.station.type == '2' || stationDetail.station.type == '1,2'">
|
|
|
|
+ <view class="slow-font">
|
|
慢
|
|
慢
|
|
</view>
|
|
</view>
|
|
<view class="num">
|
|
<view class="num">
|