zhengkaixin %!s(int64=2) %!d(string=hai) anos
pai
achega
5910e310fc

+ 1 - 1
components/u-navbar/u-navbar.vue

@@ -271,7 +271,7 @@
 					if(false){
 						console.log(list[i].url)
 						console.log(curRoute)
-						debugger
+						
 					}
 					
 					if(list[i].url==curRoute){

+ 1 - 1
pages/login/login.vue

@@ -115,7 +115,7 @@
 				
 			}
 			var obj=this.carhelp.get("friends_invitation")
-			debugger
+			
 			if(obj){
 				if(obj.date+1000*60*60*24 > new Date().getTime() ){
 					this.form.inviteId=obj.op.uid

+ 7 - 1
pages/searchPile/searchPile.vue

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