|  | @@ -900,14 +900,14 @@
 | 
	
		
			
				|  |  |  					this.info.shopList.forEach(item=>{
 | 
	
		
			
				|  |  |  						
 | 
	
		
			
				|  |  |  						if(item.id==shopinfo.id){
 | 
	
		
			
				|  |  | -
 | 
	
		
			
				|  |  | +                            this.ckshopdata=shopinfo
 | 
	
		
			
				|  |  |  							this.shopInfo=shopinfo
 | 
	
		
			
				|  |  |  							this.shopName=this.shopInfo.shopName
 | 
	
		
			
				|  |  |  						}
 | 
	
		
			
				|  |  |  					})
 | 
	
		
			
				|  |  |  					if(this.shopInfo==''){
 | 
	
		
			
				|  |  |  						this.shopInfo=this.info.shopList[0]
 | 
	
		
			
				|  |  | -						this.shopName=this.shopInfo.shopName
 | 
	
		
			
				|  |  | +						//this.shopName=this.shopInfo.shopName
 | 
	
		
			
				|  |  |  					}
 | 
	
		
			
				|  |  |  					 this.beginTimer();
 | 
	
		
			
				|  |  |  				})
 |