XWookey 3 lat temu
rodzic
commit
267a608294
1 zmienionych plików z 3 dodań i 4 usunięć
  1. 3 4
      pages/scan_result/scan_result.wxml

+ 3 - 4
pages/scan_result/scan_result.wxml

@@ -25,7 +25,7 @@
       <text decode='true' style='font-size:24rpx;color:#a3a3a3;margin-bottom:10rpx;'>服务费:尖峰{{chargPile.sharpServicePrice}}元&nbsp;&nbsp;高峰{{chargPile.peakServicePrice}}元&nbsp;&nbsp;平段{{chargPile.flatServicePrice}}元&nbsp;&nbsp;低谷{{chargPile.valleyServicePrice}}元&nbsp;&nbsp;</text>
     </view>
     <view style='line-height:0;'>
-      <text decode='true' style='font-size:24rpx;color:#FF0000;margin-bottom:10rpx;'>电&nbsp;&nbsp;&nbsp;费:尖峰{{chargPile.sharpChargPrice}}元&nbsp;&nbsp;高峰{{chargPile.peakChargPrice}}元&nbsp;&nbsp;平段{{chargPile.flatChargPrice}}元&nbsp;&nbsp;低谷{{chargPile.valleyChargPrice}}元&nbsp;&nbsp;</text>
+      <text decode='true' style='font-size:24rpx;margin-bottom:10rpx;'>电&nbsp;&nbsp;&nbsp;费:尖峰{{chargPile.sharpChargPrice}}元&nbsp;&nbsp;高峰{{chargPile.peakChargPrice}}元&nbsp;&nbsp;平段{{chargPile.flatChargPrice}}元&nbsp;&nbsp;低谷{{chargPile.valleyChargPrice}}元&nbsp;&nbsp;</text>
     </view>
     <view style='line-height:0;'>
       <text decode='true' style='font-size:24rpx;color:red;margin-bottom:10rpx;'>总费用:尖峰{{chargPile.sharpTotalPrice}}元&nbsp;&nbsp;高峰{{chargPile.peakTotalPrice}}元&nbsp;&nbsp;平段{{chargPile.flatTotalPrice}}元&nbsp;&nbsp;低谷{{chargPile.valleyTotalPrice}}元&nbsp;&nbsp;</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>