...
|
...
|
@@ -2,14 +2,13 @@ |
|
|
<html>
|
|
|
<head>
|
|
|
<meta charset="utf-8">
|
|
|
<title>{{title}}</title>
|
|
|
<title>{{title}} {{#unless noYohoTitle}}{{yohoTitle}}{{/unless}}</title>
|
|
|
<meta name="keywords" content="{{keywords}}">
|
|
|
<meta name="description" content="{{description}}">
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, minimum-scale=1, user-scalable=no">
|
|
|
<meta http-equiv="cleartype" content="on">
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
<meta content="telephone=no" name="format-detection" />
|
|
|
<meta content="email=no" name="format-detection" />
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black">
|
|
|
<meta content="telephone=no" name="format-detection">
|
|
|
<meta content="email=no" name="format-detection">
|
|
|
<link rel="dns-prefetch" href="//cdn.yoho.cn">
|
|
|
<link rel="dns-prefetch" href="//static.yohobuy.com">
|
|
|
<script type="text/javascript">
|
...
|
...
|
@@ -23,13 +22,7 @@ |
|
|
</head>
|
|
|
<body {{#if isPassportPage}}class=passport-body{{/if}} {{#if isStarIndexPage}} class="star-index-bg"{{/if}} {{#if isStarDetailPage}}class="star-class-body"{{/if}}>
|
|
|
<div class="main-wrap">
|
|
|
{{#if systemUpdate}}
|
|
|
{{> updata}}
|
|
|
{{/if}}
|
|
|
|
|
|
{{> header}}
|
|
|
{{{body}}}
|
|
|
{{> footer}}
|
|
|
</div>
|
|
|
|
|
|
{{#wechatShare}}
|
...
|
...
|
|