...
|
...
|
@@ -10,28 +10,28 @@ |
|
|
<meta name="description" content="{{description}}">
|
|
|
<title>{{title}}</title>
|
|
|
{{#if rlsEnv}}
|
|
|
<!-- [if (gte IE 6)&(lte IE 8)>
|
|
|
<link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
|
|
|
<!--[if lt IE 9]>
|
|
|
<script src="http://cdn.yoho.cn/yohobuy/respond.min.js"></script>
|
|
|
<![endif]-->
|
|
|
<link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
|
|
|
{{/if}}
|
|
|
{{#if preEnv}}
|
|
|
<!-- [if (gte IE 6)&(lte IE 8)>
|
|
|
<link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
|
|
|
<!--[if lt IE 9]>
|
|
|
<script src="http://cdn.yoho.cn/yohobuy/respond.min.js"></script>
|
|
|
<![endif]-->
|
|
|
<link rel="stylesheet" href="http://cdn.yoho.cn/yohobuy/{{version}}/index.css">
|
|
|
{{/if}}
|
|
|
{{#if testEnv}}
|
|
|
<!-- [if (gte IE 6)&(lte IE 8)>
|
|
|
<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index.css">
|
|
|
<!--[if lt IE 9]>
|
|
|
<script src="http://static.buy.test.yoho.cn/dist/yohobuy/respond.min.js"></script>
|
|
|
<![endif]-->
|
|
|
<link rel="stylesheet" href="http://static.buy.test.yoho.cn/dist/yohobuy/{{version}}/index.css">
|
|
|
{{/if}}
|
|
|
{{#if devEnv}}
|
|
|
<!-- [if (gte IE 6)&(lte IE 8)>
|
|
|
<link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css">
|
|
|
<!--[if lt IE 9]>
|
|
|
<script src="http://webstatic.dev.yohobuy.com/plugin/page-use/respond.min.js"></script>
|
|
|
<![endif]-->
|
|
|
<link rel="stylesheet" href="http://webstatic.dev.yohobuy.com/css/index.css">
|
|
|
{{/if}}
|
|
|
</head>
|
|
|
<body>
|
...
|
...
|
|