|  |  | @@ -378,6 +378,11 @@ Page({ | 
		
	
		
			
			|  |  |  | wx.redirectTo({ | 
		
	
		
			
			|  |  |  | url: `/pages/getuserinfo/index?id=${options.id}&frommd=md` | 
		
	
		
			
			|  |  |  | }); | 
		
	
		
			
			|  |  |  | }// 门店详情 | 
		
	
		
			
			|  |  |  | else if (options && options.id && app.globalData.type == 'md') { | 
		
	
		
			
			|  |  |  | wx.redirectTo({ | 
		
	
		
			
			|  |  |  | url: `/pages/index/searchbar/detail/index?id=${options.id}` | 
		
	
		
			
			|  |  |  | }); | 
		
	
		
			
			|  |  |  | } else if (app.globalData.type == 'uc') { | 
		
	
		
			
			|  |  |  | wx.switchTab({ | 
		
	
		
			
			|  |  |  | url: '/index/user' | 
		
	
	
		
			
				|  |  | 
 |