|
@@ -268,7 +268,7 @@
|
|
|
<p style=" width: 160%;"> {{item.stationName}}/{{item.deviceName}} 当前电价{{item.chargingCostPrice }}元/度</p>
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="img-box">
|
|
|
+ <view class="img-box" style="height: 110px;">
|
|
|
<img v-if="item.status == '0'" src="static/img/等待中-缺省页.png">
|
|
|
<img v-if="item.status == '1'" src="static/img/充电中-缺省页.png">
|
|
|
<img v-if="item.status == '2'" src="static/img/已充满-缺省页.png">
|