|
@@ -1,5 +1,6 @@
|
|
<!--pages/scan_result/scan_result.wxml-->
|
|
<!--pages/scan_result/scan_result.wxml-->
|
|
<view wx:if="{{chargPile}}" class="map_text" hover-class='active' >
|
|
<view wx:if="{{chargPile}}" class="map_text" hover-class='active' >
|
|
|
|
+ <scroll-view class='context' scroll-y='true' >
|
|
<!-- <view class="map-1" bindtap="getRoute">
|
|
<!-- <view class="map-1" bindtap="getRoute">
|
|
<image src="/images/jt.png"></image>
|
|
<image src="/images/jt.png"></image>
|
|
<view>路线</view>
|
|
<view>路线</view>
|
|
@@ -38,7 +39,7 @@
|
|
</view>
|
|
</view>
|
|
</block>
|
|
</block>
|
|
</view>
|
|
</view>
|
|
- <view style="height:40rpx;width:100%"> </view>
|
|
|
|
|
|
+ <!-- <view style="height:40rpx;width:100%"> </view> -->
|
|
<!--
|
|
<!--
|
|
<text class="inline">实时参考费用:</text>
|
|
<text class="inline">实时参考费用:</text>
|
|
<view style='line-height:0;'>
|
|
<view style='line-height:0;'>
|
|
@@ -75,13 +76,18 @@
|
|
<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>
|
|
<rich-text style='line-height:48rpx;color:red;font-size:32rpx;word-break:break-all;'>信息展现:{{chargPile.showinfo}}</rich-text>
|
|
</view> -->
|
|
</view> -->
|
|
- <view wx:if="{{chargPile.showinfo}}" style='margin-top:24rpx;'>
|
|
|
|
|
|
+ <view wx:if="{{chargPile.showinfo}}" style='margin-top:20rpx;'>
|
|
<rich-text style='line-height:48rpx;color:#1D9BF7;font-size:32rpx;word-break:break-all;font-weight: bold;'>{{chargPile.showinfo}}</rich-text>
|
|
<rich-text style='line-height:48rpx;color:#1D9BF7;font-size:32rpx;word-break:break-all;font-weight: bold;'>{{chargPile.showinfo}}</rich-text>
|
|
</view>
|
|
</view>
|
|
- <view style='margin-top:24rpx;'>
|
|
|
|
|
|
+ <view style='margin-top:20rpx;'>
|
|
<rich-text style='line-height:48rpx;color:red;font-size:32rpx;word-break:break-all;'>您当前余额为:{{repaidbalance}}元。建议参考充电总费用(元/度电)与您爱车的电池容量(度),避免因费用不足导致充电量不足的情况发生。</rich-text><rich-text style='line-height:48rpx;color:black;font-size:32rpx;word-break:break-all;'></rich-text>
|
|
<rich-text style='line-height:48rpx;color:red;font-size:32rpx;word-break:break-all;'>您当前余额为:{{repaidbalance}}元。建议参考充电总费用(元/度电)与您爱车的电池容量(度),避免因费用不足导致充电量不足的情况发生。</rich-text><rich-text style='line-height:48rpx;color:black;font-size:32rpx;word-break:break-all;'></rich-text>
|
|
</view>
|
|
</view>
|
|
|
|
+ <!-- <text style='line-height:48rpx;color:red;font-size:32rpx;'>2</text> -->
|
|
|
|
+ <view style='margin-top:20rpx;'>
|
|
|
|
+ <rich-text style='line-height:48rpx;color:#1D9BF7;font-size:32rpx;word-break:break-all;'>充电即减免 {{repaidbalance}}小时停车费。请您确认入场车辆与启动充电时录入的车牌信息保持一致,如录入不一致将无法享受充电减免停车费优惠。</rich-text>
|
|
|
|
+ </view>
|
|
<button wx:if="{{chargPile}}" class='charg_button' bindtap="beginCharge" >开始充电</button>
|
|
<button wx:if="{{chargPile}}" class='charg_button' bindtap="beginCharge" >开始充电</button>
|
|
|
|
+ </scroll-view>
|
|
</view>
|
|
</view>
|
|
|
|
|
|
|
|
|