Authored by ccbikai(👎🏻🍜)

shop

... ... @@ -24,9 +24,17 @@
</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}}
{{^}}
<link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css">
{{#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)">
... ...