Authored by ccbikai(👎🏻🍜)

shop

@@ -24,9 +24,17 @@ @@ -24,9 +24,17 @@
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}}
28 {{^}} 32 {{^}}
29 - <link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css"> 33 + {{#if shopPage}}
  34 + <link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/shop.css">
  35 + {{^}}
  36 + <link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css">
  37 + {{/if}}
30 {{/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)">