charging.wxml 2.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051
  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. <!-- <canvas class="progress_canvas" canvas-id="canvasProgress"> </canvas> -->
  13. <ec-canvas class="progress_canvas" id="mychart-dom-bar" canvas-id="mychart-bar" ec="{{ ec }}"></ec-canvas>
  14. <view class='chargeover_text_view' wx:if="{{chargingOrder.chargPileStatus==2}}">
  15. <!-- <text class="text2">{{yczds}}</text>
  16. <text class="text1">已充电量(度)</text> -->
  17. <!-- <text class="text2">01小时04分</text>
  18. <text class="text1">剩余充满时间</text> -->
  19. <!-- <text class="text2">{{chargingRate}}%</text> -->
  20. <!-- <text class="text1">电池电量</text> -->
  21. </view>
  22. <view class='chargeover_text_view' wx:if="{{chargingOrder.chargPileStatus==1}}">
  23. <text class="text4">充电桩启动中</text>
  24. </view>
  25. </view>
  26. <view class='text_context' >
  27. <text class="text1">已充时长</text>
  28. <text class="text3">{{chargingTime}}</text>
  29. </view>
  30. <view class="context">
  31. <view class='context_view' bindtap="goPurse" hover-class='active'>
  32. <image class='chargemoney' src='/images/chargemoney.png'></image>
  33. <text>电流</text>
  34. <text class='text2'>3.5kW-16A</text>
  35. </view>
  36. <view class='context_view1' bindtap="goCharginglog" hover-class='active'>
  37. <image class='relevance' src='/images/relevance.png'></image>
  38. <text>电压</text>
  39. <text class='text2'>220V</text>
  40. </view>
  41. <view class='context_view' hover-class='active'>
  42. <image class='exchange' src='/images/exchange.png'></image>
  43. <text>费用</text>
  44. <text class='text2'>{{totalMoney}}元</text>
  45. </view>
  46. </view>
  47. <!-- <text class="help" decode='true'>客服电话:18211188302&nbsp;&nbsp;&nbsp;&nbsp;工作时间:工作日 08:00-17:00</text> -->
  48. </view>
  49. <button class='{{chargingOrder.chargPileStatus==2?"charg_button":"charg_button_disable"}}' bindtap='{{chargingOrder.chargPileStatus==2?"stopCharging":""}}'>停止充电</button>