| 
					
				 | 
			
			
				@@ -67,7 +67,6 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			//获取缓存对象 epcChildrenTwo 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			this.chlilds = uni.getStorageSync('epcChildrenTwo'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			uni.removeStorageSync('epcChildrenTwo'); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-			console.log(this.chlilds); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 		methods: { 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -85,13 +84,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				uni.showLoading({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					title: '加载中' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				}); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				console.log(this.chlilds); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				this.goThree(item); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			}, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 			goThree(item) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				var that = this; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				console.log("点了",item); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-				console.log("去search"); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+				 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 				uni.navigateTo({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 					url: 'SimpleOemSearch?brand=' + that.brand + '&token=' + that.token + '¶m=' + 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 						that.param + '&access_time=' + that.access_time + '&title=' + item.title+'&epc_id='+that.epc_id+"&brand_name="+this.brand_name 
			 |