Showing
1 changed file
with
8 additions
and
0 deletions
@@ -24,10 +24,18 @@ | @@ -24,10 +24,18 @@ | ||
24 | </script> | 24 | </script> |
25 | {{/if}} | 25 | {{/if}} |
26 | {{#if devEnv}} | 26 | {{#if devEnv}} |
27 | + {{#if shopPage}} | ||
28 | + <link rel="stylesheet" href="//{{devHost}}:5001/css/shop.css"> | ||
29 | + {{^}} | ||
27 | <link rel="stylesheet" href="//{{devHost}}:5001/css/index.css"> | 30 | <link rel="stylesheet" href="//{{devHost}}:5001/css/index.css"> |
31 | + {{/if}} | ||
32 | + {{^}} | ||
33 | + {{#if shopPage}} | ||
34 | + <link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/shop.css"> | ||
28 | {{^}} | 35 | {{^}} |
29 | <link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css"> | 36 | <link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css"> |
30 | {{/if}} | 37 | {{/if}} |
38 | + {{/if}} | ||
31 | <link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | 39 | <link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> |
32 | <link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> | 40 | <link rel="apple-touch-startup-image" sizes="640x920" href="http://static.yohobuy.com/m/v1/img/startup/startup-retina.png" media="screen and (max-device-width: 480px) and (-webkit-min-device-pixel-ratio: 2)"> |
33 | <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)"> | 41 | <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)"> |
-
Please register or login to post a comment