...
|
...
|
@@ -27,13 +27,15 @@ |
|
|
<link rel="apple-touch-startup-image" sizes="320x460" href="http://static.yohobuy.com/m/v1/img/startup/startup.png" media="screen and (max-device-width: 320)">
|
|
|
</head>
|
|
|
<body {{#if isPassportPage}}class=passport-body{{/if}}>
|
|
|
{{#if systemUpdate}}
|
|
|
{{> updata}}
|
|
|
{{/if}}
|
|
|
<div class="main-wrap">
|
|
|
{{#if systemUpdate}}
|
|
|
{{> updata}}
|
|
|
{{/if}}
|
|
|
|
|
|
{{> header}}
|
|
|
{{{body}}}
|
|
|
{{> footer}}
|
|
|
{{> header}}
|
|
|
{{{body}}}
|
|
|
{{> footer}}
|
|
|
</div>
|
|
|
|
|
|
{{#if devEnv}}
|
|
|
<script src="//localhost:5001/{{module}}.{{page}}.js"></script>
|
...
|
...
|
|