<!--pages/ucenter/charginglog/charginglog.wxml--> <scroll-view class='context' scroll-y='true' bindscrolltolower="bindScrollTolowerEvent" > <view class='context_block'></view> <view class="text_context" wx:for="{{charginglogs}}" wx:key="id" wx:for-item="charginglog" hover-class='active'> <!-- <view class="map-1" bindtap="getRoute"> <image src="/images/jt.png"></image> <view>路线</view> </view> --> <view class='charging_text_title'> <view class='charging'> <image src='/images/user_log.png'></image> </view> <view class='charging_text_title1'> <text class='bold'>{{charginglog.sysUser.userName}}</text> <text class="h1">{{charginglog.sysUser.phonenumber}}</text> </view> </view> <!-- <text>{{charginglog.chargPile.chargPileName}}</text> --> <view class="inline-view"> <text class='inline' decode='true'>VIN车牌号:</text><text class='gray inline' decode='true'>{{charginglog.platenumber}} </text> <text class='inline'>录入车牌号:</text><text class='gray inline'>{{charginglog.userPlateNumber}}</text> </view> <view class="inline-view"> <text class='inline' decode='true'>车架号:</text><text class='gray inline' decode='true'>{{charginglog.vinno}} </text> </view> <view class="inline-view"> <text class='inline'></text><text class='gray inline'>{{charginglog.chargstarttime}}-{{charginglog.chargendtime}}</text> <!-- <text class='inline'>充电时间:</text><text class='gray inline'>{{charginglog.chargstarttime}}-{{charginglog.chargendtime}}</text> --> </view> <view class="inline-view"> <text class='inline' decode='true'>起止SOC:</text><text class='gray inline' decode='true'>{{charginglog.socstart}} - {{charginglog.socend}} </text> <text class='inline'>充电量(度):</text><text class='gray inline'>{{charginglog.chargpower}}</text> </view> <view class="inline-view"> <text class='inline'>结束原因:</text><text class='gray inline'>{{charginglog.chargpilelogCause}}</text> </view> </view> </scroll-view>