| 
									
										
										
										
											2022-10-12 17:53:40 +08:00
										 |  |  | <div class="pull-banner w100 wap-show"><img src="{$categoryPath[0]['src_mobile'] ?: ''}" alt="{$categoryPath[0]['title'] ?? ''}"></div> | 
					
						
							| 
									
										
										
										
											2022-10-11 10:23:21 +08:00
										 |  |  | 
 | 
					
						
							|  |  |  | <!-- 当前位置&二级导航 --> | 
					
						
							| 
									
										
										
										
											2022-11-04 19:06:14 +08:00
										 |  |  | <div class="position-nav-bg pull-margin bg-col-f5 {if $category['parent_id'] == 8} position-nav-bg01 {/if}"><!-- position-nav-bg01 --> | 
					
						
							| 
									
										
										
										
											2022-10-11 10:23:21 +08:00
										 |  |  |   <div class="position-sub-nav w1360 flex"> | 
					
						
							|  |  |  |     <!-- 当前位置 --> | 
					
						
							|  |  |  |     <div class="position flex pc-show"> | 
					
						
							|  |  |  |       <div class="img"><img src="__STATIC__/web/images/icon/icon-position.png" alt="当前位置"></span></div> | 
					
						
							| 
									
										
										
										
											2022-10-11 18:20:04 +08:00
										 |  |  |       <div class="txt color-blue flex"> | 
					
						
							|  |  |  |         <a href="/">首页</a> | 
					
						
							|  |  |  |         {foreach $categoryPath as $path} | 
					
						
							|  |  |  |         {if !empty($path['url'])} | 
					
						
							|  |  |  |         <a href="{$path['url']}">{$path['title'] ?? ''}</a> | 
					
						
							|  |  |  |         {else /} | 
					
						
							|  |  |  |         <a href="{$path['route'] ?? 'javascript:;'}">{$path['title'] ?? ''}</a> | 
					
						
							|  |  |  |         {/if} | 
					
						
							|  |  |  |         {/foreach} | 
					
						
							| 
									
										
										
										
											2022-10-14 14:00:42 +08:00
										 |  |  |         {if !in_array($category['id'],[33,34,39,40,41]) && $Request.Action != 'index'} | 
					
						
							| 
									
										
										
										
											2022-10-12 18:11:01 +08:00
										 |  |  |         <a href="{$category['route'] ?? 'javascript:;'}">{$category['title'] ?? ''}</a> | 
					
						
							| 
									
										
										
										
											2022-10-13 10:21:33 +08:00
										 |  |  |         {elseif $Request.Action == 'index'} | 
					
						
							|  |  |  |         {$category['title'] ?? ''} | 
					
						
							| 
									
										
										
										
											2022-10-12 18:11:01 +08:00
										 |  |  |         {/if} | 
					
						
							|  |  |  |         {$Request.Action == 'detail' ? ($item.title ?? '') : ''} | 
					
						
							| 
									
										
										
										
											2022-10-11 18:20:04 +08:00
										 |  |  |       </div> | 
					
						
							| 
									
										
										
										
											2022-10-11 10:23:21 +08:00
										 |  |  |     </div> | 
					
						
							|  |  |  |     <!-- 二级导航 --> | 
					
						
							| 
									
										
										
										
											2022-11-03 18:02:04 +08:00
										 |  |  |     <div class="sub-nav-bg sub-nav-bg"> | 
					
						
							| 
									
										
										
										
											2022-11-04 14:06:03 +08:00
										 |  |  |       <div class="sub-nav {if $category['parent_id'] == 8} sub-nav-01 {/if}"><!-- sub-nav-01 --> | 
					
						
							| 
									
										
										
										
											2022-10-11 10:23:21 +08:00
										 |  |  |         {foreach $childrenMenu as $childrenMenuItem} | 
					
						
							| 
									
										
										
										
											2022-10-11 18:20:04 +08:00
										 |  |  |         <a href="{:getUri($childrenMenuItem)}"  {if $category["id"] ==$childrenMenuItem['id'] || $category["parent_id"] ==$childrenMenuItem['id'] }class="active"{/if}>{$childrenMenuItem['title']}</a> | 
					
						
							| 
									
										
										
										
											2022-10-11 10:23:21 +08:00
										 |  |  |         {/foreach} | 
					
						
							|  |  |  |       </div> | 
					
						
							|  |  |  |     </div> | 
					
						
							|  |  |  |   </div> | 
					
						
							|  |  |  | </div> |