...
|
...
|
@@ -22,15 +22,15 @@ |
|
|
}());
|
|
|
})(document, window);
|
|
|
</script>
|
|
|
{{#if rlsEnv}}
|
|
|
<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/{{version}}/index.css">
|
|
|
{{/if}}
|
|
|
{{#if testEnv}}
|
|
|
<link rel="stylesheet" href="http://static.wap.yohobuy.com/css/index.css">
|
|
|
{{/if}}
|
|
|
{{#if devEnv}}
|
|
|
<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
|
|
|
{{/if}}
|
|
|
{{#if rlsEnv}}
|
|
|
<link rel="stylesheet" href="http://cdn.yoho.cn/myohobuy/{{version}}/index.css">
|
|
|
{{/if}}
|
|
|
{{#if testEnv}}
|
|
|
<link rel="stylesheet" href="http://static.wap.yohobuy.com/css/index.css">
|
|
|
{{/if}}
|
|
|
{{#if devEnv}}
|
|
|
<link rel="stylesheet" href="http://static.dev.yohobuy.com/css/index.css">
|
|
|
{{/if}}
|
|
|
</head>
|
|
|
<body {{#if isPassportPage}}class=passport-body{{/if}}>
|
|
|
{{> layout/page_header}} |
|
|
\ No newline at end of file |
...
|
...
|
|