Showing
1 changed file
with
10 additions
and
2 deletions
@@ -35,7 +35,11 @@ | @@ -35,7 +35,11 @@ | ||
35 | {{#ifor localCss vue}} | 35 | {{#ifor localCss vue}} |
36 | <link rel="stylesheet" media="all" href="//{{devHost}}:5001/bundle/{{module}}.{{page}}.css"> | 36 | <link rel="stylesheet" media="all" href="//{{devHost}}:5001/bundle/{{module}}.{{page}}.css"> |
37 | {{^}} | 37 | {{^}} |
38 | - <link rel="stylesheet" media="all" href="//{{devHost}}:5001/bundle/index.css"> | 38 | + {{#if shopPage}} |
39 | + <link rel="stylesheet" media="all" href="//{{devHost}}:5001/bundle/shop.css"> | ||
40 | + {{^}} | ||
41 | + <link rel="stylesheet" media="all" href="//{{devHost}}:5001/bundle/index.css"> | ||
42 | + {{/if}} | ||
39 | {{/ifor}} | 43 | {{/ifor}} |
40 | {{^}} | 44 | {{^}} |
41 | 45 | ||
@@ -45,7 +49,11 @@ | @@ -45,7 +49,11 @@ | ||
45 | {{#ifor localCss vue}} | 49 | {{#ifor localCss vue}} |
46 | <link rel="stylesheet" media="all" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.css"> | 50 | <link rel="stylesheet" media="all" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.css"> |
47 | {{^}} | 51 | {{^}} |
48 | - <link rel="stylesheet" media="all" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css"> | 52 | + {{#if shopPage}} |
53 | + <link rel="stylesheet" media="all" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/shop.css"> | ||
54 | + {{^}} | ||
55 | + <link rel="stylesheet" media="all" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css"> | ||
56 | + {{/if}} | ||
49 | {{/ifor}} | 57 | {{/ifor}} |
50 | {{/if}} | 58 | {{/if}} |
51 | <link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> | 59 | <link rel="apple-touch-icon-precomposed" href="http://static.yohobuy.com/m/v1/img/touch/apple-touch-icon-144x144-precomposed-new.png"> |
-
Please register or login to post a comment