Authored by ccbikai

资源位更新

@@ -59,8 +59,8 @@ @@ -59,8 +59,8 @@
59 {{#if titleFloor}} 59 {{#if titleFloor}}
60 {{> resources/title-floor}} 60 {{> resources/title-floor}}
61 {{/if}} 61 {{/if}}
62 - {{! 标题楼层}}  
63 - {{#if threePicture}}  
64 - {{> resources/three-picture}} 62 + {{! 直播楼层}}
  63 + {{#if livePicture}}
  64 + {{> resources/live-picture}}
65 {{/if}} 65 {{/if}}
66 {{/content}} 66 {{/content}}
@@ -16,8 +16,8 @@ module.exports = { @@ -16,8 +16,8 @@ module.exports = {
16 domains: { 16 domains: {
17 // api: 'http://devapi.yoho.cn:58078/', 17 // api: 'http://devapi.yoho.cn:58078/',
18 // service: 'http://devservice.yoho.cn:58077/' 18 // service: 'http://devservice.yoho.cn:58077/'
19 - api: 'http://testapi.yoho.cn:28078/',  
20 - service: 'http://testservice.yoho.cn:28077/', 19 + api: 'http://api-test3.yohops.com:9999/',
  20 + service: 'http://service-test3.yohops.com:9999/',
21 liveApi: 'http://testapi.live.yohops.com:9999/' 21 liveApi: 'http://testapi.live.yohops.com:9999/'
22 }, 22 },
23 subDomains: { 23 subDomains: {
@@ -18,7 +18,7 @@ @@ -18,7 +18,7 @@
18 (function(d,c){var e=d.documentElement,a="orientationchange" in window?"orientationchange":"resize",b=function(){var f=e.clientWidth;if(!f){return}if(f>=640){e.style.fontSize="40px"}else{e.style.fontSize=40*(f/640)+"px"}};if(!d.addEventListener){return}b();c.addEventListener(a,b,false);d.addEventListener("DOMContentLoaded",b,false)})(document,window); 18 (function(d,c){var e=d.documentElement,a="orientationchange" in window?"orientationchange":"resize",b=function(){var f=e.clientWidth;if(!f){return}if(f>=640){e.style.fontSize="40px"}else{e.style.fontSize=40*(f/640)+"px"}};if(!d.addEventListener){return}b();c.addEventListener(a,b,false);d.addEventListener("DOMContentLoaded",b,false)})(document,window);
19 </script> 19 </script>
20 {{#if devEnv}} 20 {{#if devEnv}}
21 - <link rel="stylesheet" href="//172.16.9.133:5002/css/index.css"> 21 + <link rel="stylesheet" href="//127.0.0.1:5001/css/index.css">
22 {{^}} 22 {{^}}
23 <link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css"> 23 <link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css">
24 {{/if}} 24 {{/if}}
@@ -41,8 +41,8 @@ @@ -41,8 +41,8 @@
41 <script type="text/javascript" src="//res.wx.qq.com/open/js/jweixin-1.1.0.js"></script> 41 <script type="text/javascript" src="//res.wx.qq.com/open/js/jweixin-1.1.0.js"></script>
42 {{/wechatShare}} 42 {{/wechatShare}}
43 {{#if devEnv}} 43 {{#if devEnv}}
44 - <script src="//172.16.9.133:5002/libs.js"></script>  
45 - <script src="//172.16.9.133:5002/{{module}}.{{page}}.js"></script> 44 + <script src="//127.0.0.1:5001/libs.js"></script>
  45 + <script src="//127.0.0.1:5001/{{module}}.{{page}}.js"></script>
46 {{^}} 46 {{^}}
47 <script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/libs.js"></script> 47 <script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/libs.js"></script>
48 <script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.js"></script> 48 <script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.js"></script>
  1 +{{> resources/title-floor}}
  2 +{{> resources/three-picture}}
  1 +{{#data}}
1 <div class="three-picture clearfix"> 2 <div class="three-picture clearfix">
2 - {{#data}} 3 + {{#list}}
3 <a href="{{url}}"> 4 <a href="{{url}}">
4 <img src="{{image src 210 280}}"> 5 <img src="{{image src 210 280}}">
5 </a> 6 </a>
6 - {{/data}} 7 + {{/list}}
7 </div> 8 </div>
  9 +{{/data}}