|  |  | @ -69,21 +69,6 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | 		}, |  |  |  | 		}, | 
			
		
	
		
		
			
				
					
					|  |  |  | 		methods: { |  |  |  | 		methods: { | 
			
		
	
		
		
			
				
					
					|  |  |  | 			getStationList() { |  |  |  | 			getStationList() { | 
			
		
	
		
		
			
				
					
					|  |  |  | 				const userInfo = uni.getStorageSync('login_user_info') |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 				const username = userInfo.username |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 				const filterStation = [ |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 					{ |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 						username: 'hailun', |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 						stationId: ['1052758024'], |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 						stationName: '海伦' |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 					}, |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 					{ |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 						username: 'hanzhong', |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 						stationId: ['1052758028', '1052758029'], |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 						stationName: '汉钟' |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 					}, |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 				] |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 				const filterStationItem = filterStation.some(v => v.username === username) && filterStation.filter(v => v.username === username)[0] |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 				getStationList({ |  |  |  | 				getStationList({ | 
			
		
	
		
		
			
				
					
					|  |  |  | 					pageSize:20 |  |  |  | 					pageSize:20 | 
			
		
	
		
		
			
				
					
					|  |  |  | 				}).then(res => { |  |  |  | 				}).then(res => { | 
			
		
	
	
		
		
			
				
					|  |  | @ -92,11 +77,6 @@ | 
			
		
	
		
		
			
				
					
					|  |  |  | 					        }).map(v => { |  |  |  | 					        }).map(v => { | 
			
		
	
		
		
			
				
					
					|  |  |  | 								v.children = STATION_LIST[v.id] |  |  |  | 								v.children = STATION_LIST[v.id] | 
			
		
	
		
		
			
				
					
					|  |  |  | 								return v |  |  |  | 								return v | 
			
		
	
		
		
			
				
					
					|  |  |  | 					        }).filter(v => { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 								if (filterStationItem) { |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 									return v.stationName.includes(filterStationItem.stationName) |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 								} |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 								return v |  |  |  |  | 
			
		
	
		
		
			
				
					
					|  |  |  | 					        }) |  |  |  | 					        }) | 
			
		
	
		
		
			
				
					
					|  |  |  | 					this.station = this.stationData[this.index] |  |  |  | 					this.station = this.stationData[this.index] | 
			
		
	
		
		
			
				
					
					|  |  |  | 					uni.setStorageSync('_pro_stations', this.stationData) |  |  |  | 					uni.setStorageSync('_pro_stations', this.stationData) | 
			
		
	
	
		
		
			
				
					|  |  | 
 |