| 
									
										
										
										
											2020-11-25 09:07:06 +08:00
										 |  |  | <!doctype html> | 
					
						
							|  |  |  | <html lang="en"> | 
					
						
							|  |  |  |     <head> | 
					
						
							|  |  |  |         <meta charset="UTF-8" /> | 
					
						
							|  |  |  |         <title>{$seoTitle??''}</title> | 
					
						
							|  |  |  |         <meta name="viewport" content="width=device-width,initial-scale=1,minimum-scale=1,maximum-scale=1,user-scalable=no" /> | 
					
						
							|  |  |  |         {php} | 
					
						
							|  |  |  |             if(!isset($_token) || empty($_token)) { | 
					
						
							|  |  |  |                 $_token = session('_token') ?? ''; | 
					
						
							|  |  |  |             } | 
					
						
							|  |  |  |         {/php} | 
					
						
							|  |  |  |         <meta name="csrf-token" id="token" content="{$_token}"> | 
					
						
							|  |  |  |         <meta name="format-detection" content="telephone=no" /> | 
					
						
							|  |  |  |         <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1"> | 
					
						
							|  |  |  |         <meta name="renderer" content="webkit|ie-comp|ie-stand"> | 
					
						
							|  |  |  |         <meta name="Keywords" content="{$seoKeywords??''}"> | 
					
						
							|  |  |  |         <meta name="description" content="{$seoDescription??''}"> | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |         <link rel="shortcut icon" type="image/ico" href="/favicon.ico" > | 
					
						
							| 
									
										
										
										
											2020-11-25 09:07:06 +08:00
										 |  |  | 
 | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |         <link rel="stylesheet" type="text/css" href="__CSS__/bootstrap.min.css" /> | 
					
						
							|  |  |  |         <link rel="stylesheet" type="text/css" href="__CSS__/swiper.min.css" /> | 
					
						
							|  |  |  |         <link rel="stylesheet" type="text/css" href="__MANAGER__/layui/css/layui.css"/> | 
					
						
							| 
									
										
										
										
											2020-11-25 09:07:06 +08:00
										 |  |  |         <link rel="stylesheet" type="text/css" href="__CSS__/style.css?v={$system.css_version}" /> | 
					
						
							|  |  |  | 
 | 
					
						
							|  |  |  |         <script src="__COMMON__/jquery-3.4.1.min.js" type="text/javascript" charset="utf-8"></script> | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |         <script src="__COMMON__/swiper.min.js" type="text/javascript" charset="utf-8"></script> | 
					
						
							|  |  |  |         <script src="__MANAGER__/layui/layui.js" type="text/javascript" charset="utf-8"></script> | 
					
						
							| 
									
										
										
										
											2020-11-25 09:07:06 +08:00
										 |  |  |     </head> | 
					
						
							|  |  |  |     <body> | 
					
						
							|  |  |  |         {:widget('menu/index', ['categoryId' => $categoryId])} | 
					
						
							|  |  |  |         {__CONTENT__} | 
					
						
							| 
									
										
										
										
											2020-11-25 18:48:29 +08:00
										 |  |  |         {:widget('footer/index')} | 
					
						
							| 
									
										
										
										
											2020-11-25 12:39:58 +08:00
										 |  |  |         <script src="__JS__/script.js?v={$system.js_version}" type="text/javascript" charset="utf-8"></script> | 
					
						
							| 
									
										
										
										
											2020-11-25 09:07:06 +08:00
										 |  |  |     </body> | 
					
						
							|  |  |  | </html> |