|
@@ -44,7 +44,7 @@
|
|
|
<view style="display:flex;flex-direction:row">
|
|
|
<view class="text1">慢充</view>
|
|
|
<view class="text2">{{stationDetail.slowPrice.costPrice}}</view>
|
|
|
- <view class="text3">起 元/度</view>
|
|
|
+ <view class="text3">元/度 起 </view>
|
|
|
</view>
|
|
|
<view class="text4">{{stationDetail.slowPrice.startTime}}-{{stationDetail.slowPrice.endTime}}</view>
|
|
|
</view>
|
|
@@ -52,7 +52,7 @@
|
|
|
<view style="display:flex;flex-direction:row">
|
|
|
<view class="text5">快充</view>
|
|
|
<view class="text2">{{stationDetail.fastPrice.costPrice}}</view>
|
|
|
- <view class="text3">起 元/度</view>
|
|
|
+ <view class="text3">元/度 起 </view>
|
|
|
</view>
|
|
|
<view class="text4">{{stationDetail.fastPrice.startTime}}-{{stationDetail.fastPrice.endTime}}</view>
|
|
|
</view>
|