Authored by 王水玲

新人专享列表页添加

/**
* 新人专享
* @author: wsl<shuiling.wang@yoho.cn>
* @date: 2016/3/3
*/
var $ = require('jquery'),
lazyLoad = require('yoho.lazyload');
lazyLoad($('img.lazy'));
\ No newline at end of file
... ...
... ... @@ -109,3 +109,9 @@
}
}
}
.fresh-list{
position: relative;
min-height: 440px;
padding-left: 14px;
}
\ No newline at end of file
... ...
... ... @@ -340,3 +340,10 @@
seajs.use('js/me/currency-new');
</script>
{{/if}}
{{#if freshListPage}}
<script>
seajs.use('js/home/fresh-list');
</script>
{{/if}}
... ...