charging.wxml 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839
  1. <!--pages/charging/charging.wxml-->
  2. <view class="map_text" hover-class='active'>
  3. <view class='charging_text_title'>
  4. <view class='charging_text_title1'>
  5. <text class='bold'>{{chargPile.address}}</text>
  6. <text class="h1">{{chargPile.chargPileName}}</text>
  7. </view>
  8. </view>
  9. <text class="left">终端编号:{{chargPileId}}</text>
  10. <view class='chargeover'>
  11. <image src='/images/chargeover_1.png'></image>
  12. <ec-canvas class="progress_canvas" id="mychart-dom-bar" canvas-id="mychart-bar" ec="{{ ec }}"></ec-canvas>
  13. </view>
  14. <view class='text_context' >
  15. <text class="text1">已充时长</text>
  16. <text class="text3">{{chargingTime}}</text>
  17. </view>
  18. <view class="context">
  19. <view class='context_view' bindtap="goPurse" hover-class='active'>
  20. <image class='electric' src='/images/electric.png'></image>
  21. <text>电流</text>
  22. <text class='text2'>{{cdscdl}}A</text>
  23. </view>
  24. <view class='context_view1' bindtap="goCharginglog" hover-class='active'>
  25. <image class='voltage' src='/images/voltage.png'></image>
  26. <text>电压</text>
  27. <text class='text2'>{{cdscdy}}V</text>
  28. </view>
  29. <view class='context_view' hover-class='active'>
  30. <image class='money' src='/images/money.png'></image>
  31. <text>费用</text>
  32. <text class='text2'>{{totalMoney}}元</text>
  33. </view>
  34. </view>
  35. <!-- <text class="help" decode='true'>客服电话:18211188302&nbsp;&nbsp;&nbsp;&nbsp;工作时间:工作日 08:00-17:00</text> -->
  36. </view>
  37. <button class='{{chargingOrder.chargPileStatus==2?"charg_button":"charg_button_disable"}}' bindtap='{{chargingOrder.chargPileStatus==2?"stopCharging":""}}'>停止充电</button>