| 
					
				 | 
			
			
				@@ -151,7 +151,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	   } */ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	  this.orderShop=uni.getStorageSync("orderShop") 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	   this.maintainCarData=uni.getStorageSync("maintainCarData"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-       //this.getIphoneData(); 获取默认手机号 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+       this.getIphoneData(); //获取默认手机号 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	   console.log(opt.orderData) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 	   this.orderData=JSON.parse(opt.orderData); 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -245,6 +245,23 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		settlement(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			if(this.iphoneData){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				if(this.iphoneData.name==''){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						uni.showToast({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							 title: '请选择联系人', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							 icon:'none', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							 duration: 2000 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						 }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+						return false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				}else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							uni.showToast({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							     title: '请选择联系人', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							 	 icon:'none', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+							     duration: 2000 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+					}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				return false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			var that=this; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			if(this.yhTotalSize>0){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				if(this.couponID==''){ 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -283,23 +300,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						//this.payMoney=3;	 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							console.log(this.payMoney) 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							//return false 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			if(this.iphoneData){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							if(this.iphoneData.name==''){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								uni.showToast({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								     title: '请选择联系人', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								 	 icon:'none', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								     duration: 2000 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								 }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-								return false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						}else{ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							uni.showToast({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							     title: '请选择联系人', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							 	 icon:'none', 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							     duration: 2000 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							 }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-							return false; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-						} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+			 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			   /* var cardata={ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 							 annualmoney: "2017", 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -470,7 +471,7 @@ export default { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				        getIphoneData(){ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		   uni.showLoading({ }); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-		   this.$http('miniAppMyBMemberCar/queryBMemberContactIsDefault', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+		   this.$http('worldKeepCar/keepCarMy/queryTMemberContactIsDefault', { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		      
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		    },'GET').then(res => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		   	  uni.hideLoading(); 
			 |