|
@@ -158,7 +158,7 @@
|
|
|
</view>
|
|
|
<view class="park" v-else>
|
|
|
<text class="park-p" style="color: #FFFFFF;">p</text>
|
|
|
- <text class="park-text">以实际停车场为准</text>
|
|
|
+ <text class="park-text">以实际费用为准</text>
|
|
|
</view>
|
|
|
<view class="park" >
|
|
|
<!-- <text class="park-p" style="color: #FFFFFF;">p</text> -->
|
|
@@ -837,6 +837,12 @@ export default {
|
|
|
uni.showLoading({
|
|
|
|
|
|
})
|
|
|
+
|
|
|
+ if (this.carhelp.getPersonInfo()) {
|
|
|
+ data1.openId=this.carhelp.getOpenId()
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
api.getChargingStationData(data1).then(function(res){
|
|
|
uni.hideLoading()
|
|
|
|