Authored by ccbikai

资源位更新

... ... @@ -59,8 +59,8 @@
{{#if titleFloor}}
{{> resources/title-floor}}
{{/if}}
{{! 标题楼层}}
{{#if threePicture}}
{{> resources/three-picture}}
{{! 直播楼层}}
{{#if livePicture}}
{{> resources/live-picture}}
{{/if}}
{{/content}}
... ...
... ... @@ -16,8 +16,8 @@ module.exports = {
domains: {
// api: 'http://devapi.yoho.cn:58078/',
// service: 'http://devservice.yoho.cn:58077/'
api: 'http://testapi.yoho.cn:28078/',
service: 'http://testservice.yoho.cn:28077/',
api: 'http://api-test3.yohops.com:9999/',
service: 'http://service-test3.yohops.com:9999/',
liveApi: 'http://testapi.live.yohops.com:9999/'
},
subDomains: {
... ...
... ... @@ -18,7 +18,7 @@
(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);
</script>
{{#if devEnv}}
<link rel="stylesheet" href="//172.16.9.133:5002/css/index.css">
<link rel="stylesheet" href="//127.0.0.1:5001/css/index.css">
{{^}}
<link rel="stylesheet" href="//cdn.yoho.cn/m-yohobuy-node/{{version}}/index.css">
{{/if}}
... ... @@ -41,8 +41,8 @@
<script type="text/javascript" src="//res.wx.qq.com/open/js/jweixin-1.1.0.js"></script>
{{/wechatShare}}
{{#if devEnv}}
<script src="//172.16.9.133:5002/libs.js"></script>
<script src="//172.16.9.133:5002/{{module}}.{{page}}.js"></script>
<script src="//127.0.0.1:5001/libs.js"></script>
<script src="//127.0.0.1:5001/{{module}}.{{page}}.js"></script>
{{^}}
<script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/libs.js"></script>
<script src="//cdn.yoho.cn/m-yohobuy-node/{{version}}/{{module}}.{{page}}.js"></script>
... ...
{{> resources/title-floor}}
{{> resources/three-picture}}
... ...
{{#data}}
<div class="three-picture clearfix">
{{#data}}
{{#list}}
<a href="{{url}}">
<img src="{{image src 210 280}}">
</a>
{{/data}}
{{/list}}
</div>
{{/data}}
... ...