|
@@ -8,12 +8,12 @@
|
|
|
<view class="u-progress-content">
|
|
|
|
|
|
<text class='u-progress-info' v-if="chargingGun.gunType==1">
|
|
|
- {{chargingRecord.endSoc}}%
|
|
|
+ <p style="text-align: center;">{{chargingRecord.endSoc}}%</p>
|
|
|
<p class="progress-text">当前电量</p>
|
|
|
</text>
|
|
|
|
|
|
<text class='u-progress-info' v-if="chargingGun.gunType==2">
|
|
|
- {{chargingRecord.electricQuantity/10000}}
|
|
|
+ <p style="text-align: center;">{{chargingRecord.electricQuantity/10000}}</p>
|
|
|
<p class="progress-text">已充电量(度)</p>
|
|
|
</text>
|
|
|
|
|
@@ -41,6 +41,7 @@
|
|
|
</view>
|
|
|
</view>
|
|
|
</view>
|
|
|
+
|
|
|
<view
|
|
|
v-if="chargingRecord.remark"
|
|
|
style="
|
|
@@ -48,7 +49,18 @@
|
|
|
text-align: center;
|
|
|
">
|
|
|
结束原因:{{chargingRecord.remark}}
|
|
|
- </view>
|
|
|
+ </view>
|
|
|
+ <view
|
|
|
+
|
|
|
+ style="
|
|
|
+ margin-top: 20px;
|
|
|
+ text-align: center;
|
|
|
+ padding: 0 65px;
|
|
|
+ color:#9e9e9e;
|
|
|
+ ">
|
|
|
+ <span style="color: red;">*</span>实际充电金额与所选金额会略有出入,最终结算金额将以实际充入电量为准。
|
|
|
+ </view>
|
|
|
+
|
|
|
<view class="bottom">
|
|
|
<u-button size="default" shape="circle" @click="gotoMain(0)" >返回首页</u-button>
|
|
|
<u-button size="default" shape="circle" @click="gotoMain(1)">查看订单详情</u-button>
|
|
@@ -163,7 +175,7 @@
|
|
|
停止充电后30分钟即开始收取占位费用,1元/分钟
|
|
|
</view>
|
|
|
</view>
|
|
|
- <view class="bottom2" style=" margin-bottom: 20px;">
|
|
|
+ <view class="bottom2" >
|
|
|
<u-button type="primary" @click="submit"
|
|
|
:style="chargingRecord.status==1?'background-color: #00b962':'background-color: #9be6c2;'"
|
|
|
shape="circle" >结束充电</u-button>
|
|
@@ -396,6 +408,7 @@
|
|
|
<style>
|
|
|
page {
|
|
|
background: #fff;
|
|
|
+ padding-bottom: 50px;
|
|
|
}
|
|
|
</style>
|
|
|
<style lang="scss" scoped>
|
|
@@ -564,7 +577,9 @@
|
|
|
}
|
|
|
|
|
|
.bottom2 {
|
|
|
- width: 91.4%;
|
|
|
+
|
|
|
+ padding: 12px 20px;
|
|
|
+ background-color: #fff;
|
|
|
position: fixed;
|
|
|
bottom: 0;
|
|
|
left: 0;
|