zhengkaixin 3 年之前
父节点
当前提交
628e8e4eb7

+ 2 - 2
pages/searchPile/chargeProcess/dcCharging.vue

@@ -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>
 						

+ 1 - 1
pages/searchPile/stationAndPile/chargingPileDetails.vue

@@ -140,7 +140,7 @@
 								 
 									this.onShowRole = true
 									uni.navigateTo({
-										url: "/pages/user/car/carAdd?code=jp_team51_charge_id:A_" + id
+										url: "/pages/user/car/carDet?code=jp_team51_charge_id:A_" + id
 									})
 								} else if (res.cancel) {
 									console.log('用户点击取消');