| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -26,8 +26,8 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							name: 'cu-custom', | 
					 | 
					 | 
					 | 
							name: 'cu-custom', | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							computed: { | 
					 | 
					 | 
					 | 
							computed: { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								style() { | 
					 | 
					 | 
					 | 
								style() { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									var StatusBar= this.StatusBar; | 
					 | 
					 | 
					 | 
									var StatusBar = this.StatusBar; | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									var CustomBar= this.CustomBar; | 
					 | 
					 | 
					 | 
									var CustomBar = this.CustomBar; | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									var bgImage = this.bgImage; | 
					 | 
					 | 
					 | 
									var bgImage = this.bgImage; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									var style = `height:${CustomBar}px;padding-top:${StatusBar}px;`; | 
					 | 
					 | 
					 | 
									var style = `height:${CustomBar}px;padding-top:${StatusBar}px;`; | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									if (this.bgImage) { | 
					 | 
					 | 
					 | 
									if (this.bgImage) { | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -37,7 +37,7 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								} | 
					 | 
					 | 
					 | 
								} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							}, | 
					 | 
					 | 
					 | 
							}, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							props: { | 
					 | 
					 | 
					 | 
							props: { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								backCard:{ | 
					 | 
					 | 
					 | 
								backCard: { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									type: Boolean, | 
					 | 
					 | 
					 | 
									type: Boolean, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									default: false | 
					 | 
					 | 
					 | 
									default: false | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								}, | 
					 | 
					 | 
					 | 
								}, | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -45,9 +45,9 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									type: String, | 
					 | 
					 | 
					 | 
									type: String, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									default: '' | 
					 | 
					 | 
					 | 
									default: '' | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								}, | 
					 | 
					 | 
					 | 
								}, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								callBack:{ | 
					 | 
					 | 
					 | 
								callBack: { | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									type:Function, | 
					 | 
					 | 
					 | 
									type: Function, | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									default:()=>null | 
					 | 
					 | 
					 | 
									default: () => null | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								}, | 
					 | 
					 | 
					 | 
								}, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								isBack: { | 
					 | 
					 | 
					 | 
								isBack: { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									type: [Boolean, String], | 
					 | 
					 | 
					 | 
									type: [Boolean, String], | 
				
			
			
		
	
	
		
		
			
				
					| 
						
						
						
							
								
							
						
					 | 
					 | 
					@ -57,35 +57,35 @@ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									type: String, | 
					 | 
					 | 
					 | 
									type: String, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									default: '' | 
					 | 
					 | 
					 | 
									default: '' | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								}, | 
					 | 
					 | 
					 | 
								}, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								isPay:{ | 
					 | 
					 | 
					 | 
								isPay: { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									type: Boolean, | 
					 | 
					 | 
					 | 
									type: Boolean, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									default: false | 
					 | 
					 | 
					 | 
									default: false | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								} | 
					 | 
					 | 
					 | 
								} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							}, | 
					 | 
					 | 
					 | 
							}, | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							methods: { | 
					 | 
					 | 
					 | 
							methods: { | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								BackPage() {  | 
					 | 
					 | 
					 | 
								BackPage() { | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									if(this.callBack){ | 
					 | 
					 | 
					 | 
									if (this.callBack) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
										this.callBack() | 
					 | 
					 | 
					 | 
										this.callBack() | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									}else{ | 
					 | 
					 | 
					 | 
									} else { | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
										if(this.backCard  == true){ | 
					 | 
					 | 
					 | 
										if (this.backCard == true) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
											uni.redirectTo({ | 
					 | 
					 | 
					 | 
											uni.redirectTo({ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
												url:'/BagMoney/pages/oilCards/oilCards' | 
					 | 
					 | 
					 | 
												url: '/BagMoney/pages/oilCards/oilCards' | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
											})  | 
					 | 
					 | 
					 | 
											}) | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
											return  | 
					 | 
					 | 
					 | 
											return | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
										}  | 
					 | 
					 | 
					 | 
										} | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
										if(this.isPay == true){ | 
					 | 
					 | 
					 | 
										if (this.isPay == true) { | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
											uni.switchTab({ | 
					 | 
					 | 
					 | 
											uni.switchTab({ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
												url:'/pages/tabbar/station/stationList' | 
					 | 
					 | 
					 | 
												url: '/pages/tabbar/station/stationList' | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
											}) | 
					 | 
					 | 
					 | 
											}) | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
											return  | 
					 | 
					 | 
					 | 
											return | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
										}  | 
					 | 
					 | 
					 | 
										} | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
										uni.navigateBack({}) | 
					 | 
					 | 
					 | 
										uni.navigateBack() | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									} | 
					 | 
					 | 
					 | 
									} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									 | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
										// uni.navigateBack({ | 
					 | 
					 | 
					 | 
									// uni.navigateBack({ | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
										// 	delta: 1 | 
					 | 
					 | 
					 | 
									// 	delta: 1 | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
										// }); | 
					 | 
					 | 
					 | 
									// }); | 
				
			
			
				
				
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
									  | 
					 | 
					 | 
					 | 
					
 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
								} | 
					 | 
					 | 
					 | 
								} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
							} | 
					 | 
					 | 
					 | 
							} | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
						} | 
					 | 
					 | 
					 | 
						} | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |