Merge branch 'master' of git.yoho.cn:fe/YOHOBUYWAP
Showing
3 changed files
with
29 additions
and
4 deletions
1 | +{{> layout/page_footer}} | ||
2 | +{{> layout/download_app}} | ||
3 | +{{#if hasWxShare}} | ||
4 | +<script type="text/javascript" charset="utf-8" src="//res.wx.qq.com/open/js/jweixin-1.0.0.js"></script> | ||
5 | +{{/if}} | ||
6 | +{{#if rlsEnv}} | ||
7 | +<script src="//cdn.yoho.cn/myohobuy/4.9.11.shop/lib.js"></script> | ||
8 | +<script src="//cdn.yoho.cn/myohobuy/4.9.11.shop/index.js"></script> | ||
9 | +{{/if}} | ||
10 | +{{#if preEnv}} | ||
11 | +<script src="//cdn.yoho.cn/myohobuy/4.9.11.shop/lib.js?v={{version}}"></script> | ||
12 | +<script src="//cdn.yoho.cn/myohobuy/4.9.11.shop/index.js?v={{version}}"></script> | ||
13 | +{{/if}} | ||
14 | +{{#if testEnv}} | ||
15 | +<script src="//cdn.yoho.cn/myohobuy/4.9.11.shop/lib.js?v={{version}}"></script> | ||
16 | +<script src="//cdn.yoho.cn/myohobuy/4.9.11.shop/index-debug.js?v={{version}}"></script> | ||
17 | +{{/if}} | ||
18 | +{{#if devEnv}} | ||
19 | +<script src="//127.0.0.1:8000/static/js/sea.js?nowrap"></script> | ||
20 | +<script>seajs.config({base: '//127.0.0.1:8000/'});</script> | ||
21 | +{{/if}} | ||
22 | +{{> layout/use}} | ||
23 | +{{> layout/analysis}} | ||
24 | +</body> | ||
25 | +</html> |
@@ -27,13 +27,13 @@ | @@ -27,13 +27,13 @@ | ||
27 | <link rel="dns-prefetch" href="//img12.static.yhbimg.com"> | 27 | <link rel="dns-prefetch" href="//img12.static.yhbimg.com"> |
28 | <link rel="dns-prefetch" href="//img13.static.yhbimg.com"> | 28 | <link rel="dns-prefetch" href="//img13.static.yhbimg.com"> |
29 | {{#if rlsEnv}} | 29 | {{#if rlsEnv}} |
30 | -<link rel="stylesheet" href="//cdn.yoho.cn/myohobuy/{{version}}.shop/index.css"> | 30 | +<link rel="stylesheet" href="//cdn.yoho.cn/myohobuy/4.9.11.shop/index.css"> |
31 | {{/if}} | 31 | {{/if}} |
32 | {{#if preEnv}} | 32 | {{#if preEnv}} |
33 | -<link rel="stylesheet" href="//cdn.yoho.cn/myohobuy/{{version}}.shop/index.css"> | 33 | +<link rel="stylesheet" href="//cdn.yoho.cn/myohobuy/4.9.11.shop/index.css"> |
34 | {{/if}} | 34 | {{/if}} |
35 | {{#if testEnv}} | 35 | {{#if testEnv}} |
36 | -<link rel="stylesheet" href="//cdn.yoho.cn/myohobuy/{{version}}.shop/index.css"> | 36 | +<link rel="stylesheet" href="//cdn.yoho.cn/myohobuy/4.9.11.shop/index.css"> |
37 | {{/if}} | 37 | {{/if}} |
38 | {{#if devEnv}} | 38 | {{#if devEnv}} |
39 | <link rel="stylesheet" href="//static.dev.yohobuy.com/css/index.css"> | 39 | <link rel="stylesheet" href="//static.dev.yohobuy.com/css/index.css"> |
-
Please register or login to post a comment