| 
					
				 | 
			
			
				@@ -835,20 +835,20 @@ export const selectionChange = async function () { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             </div>` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          // shop(item) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //   return `<div class="uni-tabbar__item" onclick="(function(){navToPage({url: '/pages/goods/index'+window.location.search})})()"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //     <div class="uni-tabbar__bd" style="height: 50px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //       <div class="uni-tabbar__icon" style="width: 24px; height: 24px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //         <img src="${process.env.VUE_APP_BASE_PATH}static/tabBar/icon_3${index == 2 ? '_cur' : ''}.png"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //       <div class="uni-tabbar__label" style="color: ${ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //         index == 2 ? 'rgb(61, 143, 253)' : 'rgb(122, 126, 131)' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //       }; font-size: 10px; line-height: normal; margin-top: 3px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //         ${item.name} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //       </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //     </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          //   </div>` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          // }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          shop(item) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            return `<div class="uni-tabbar__item" onclick="(function(){navToPage({url: '/pages/goods/index'+window.location.search})})()"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              <div class="uni-tabbar__bd" style="height: 50px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <div class="uni-tabbar__icon" style="width: 24px; height: 24px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  <img src="${process.env.VUE_APP_BASE_PATH}static/tabBar/icon_3${index == 2 ? '_cur' : ''}.png"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                <div class="uni-tabbar__label" style="color: ${ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  index == 2 ? 'rgb(61, 143, 253)' : 'rgb(122, 126, 131)' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                }; font-size: 10px; line-height: normal; margin-top: 3px;"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                  ${item.name} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+                </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </div>` 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          }, 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           my(item) { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             return `<div class="uni-tabbar__item" onclick="(function(){navToPage({url: '/pages/mine/index'+window.location.search})})()"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				               <div class="uni-tabbar__bd" style="height: 50px;"> 
			 |