Authored by ccbikai(👎🏻🍜)

shop

... ... @@ -24,10 +24,18 @@
</script>
{{/if}}
{{#if devEnv}}
{{#if shopPage}}
<link rel="stylesheet" href="//{{devHost}}:5001/css/shop.css">
{{^}}
<link rel="stylesheet" href="//{{devHost}}:5001/css/index.css">
{{/if}}
{{^}}
{{#if shopPage}}
<link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/shop.css">
{{^}}
<link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css">
{{/if}}
{{/if}}
<link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png">
<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)">
<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)">
... ...