|
@@ -25,7 +25,7 @@
|
|
|
<text decode='true' style='font-size:24rpx;color:#a3a3a3;margin-bottom:10rpx;'>服务费:尖峰{{chargPile.sharpServicePrice}}元 高峰{{chargPile.peakServicePrice}}元 平段{{chargPile.flatServicePrice}}元 低谷{{chargPile.valleyServicePrice}}元 </text>
|
|
|
</view>
|
|
|
<view style='line-height:0;'>
|
|
|
- <text decode='true' style='font-size:24rpx;color:#FF0000;margin-bottom:10rpx;'>电 费:尖峰{{chargPile.sharpChargPrice}}元 高峰{{chargPile.peakChargPrice}}元 平段{{chargPile.flatChargPrice}}元 低谷{{chargPile.valleyChargPrice}}元 </text>
|
|
|
+ <text decode='true' style='font-size:24rpx;margin-bottom:10rpx;'>电 费:尖峰{{chargPile.sharpChargPrice}}元 高峰{{chargPile.peakChargPrice}}元 平段{{chargPile.flatChargPrice}}元 低谷{{chargPile.valleyChargPrice}}元 </text>
|
|
|
</view>
|
|
|
<view style='line-height:0;'>
|
|
|
<text decode='true' style='font-size:24rpx;color:red;margin-bottom:10rpx;'>总费用:尖峰{{chargPile.sharpTotalPrice}}元 高峰{{chargPile.peakTotalPrice}}元 平段{{chargPile.flatTotalPrice}}元 低谷{{chargPile.valleyTotalPrice}}元 </text>
|
|
@@ -62,9 +62,8 @@
|
|
|
<view>
|
|
|
<rich-text style='line-height:48rpx;color:red;font-size:32rpx;word-break:break-all;'>您当前余额为:{{repaidbalance}}元。建议参考充电总费用(元/度电)与您爱车的电池容量(度),避免因费用不足导致充电量不足的情况发生。</rich-text>
|
|
|
</view>
|
|
|
- <!-- <view wx:if="{{chargPile.showinfo}}"> -->
|
|
|
- 信息展示:
|
|
|
+ <view wx:if="{{chargPile.showinfo}}">
|
|
|
<rich-text style='line-height:48rpx;color:red;font-size:32rpx;word-break:break-all;'>{{chargPile.showinfo}}</rich-text>
|
|
|
- <!-- </view> -->
|
|
|
+ </view>
|
|
|
<button wx:if="{{chargPile}}" class='charg_button' bindtap="beginCharge" >开始充电</button>
|
|
|
|