Authored by 王水玲

屏蔽新人专享入口

@@ -17,7 +17,6 @@ @@ -17,7 +17,6 @@
17 @import "hot-category"; 17 @import "hot-category";
18 @import "home-header"; 18 @import "home-header";
19 @import "thumb-row"; 19 @import "thumb-row";
20 -@import "fresh-only";  
21 20
22 .mobile-container{ 21 .mobile-container{
23 width: 100%; 22 width: 100%;
@@ -39,10 +39,6 @@ @@ -39,10 +39,6 @@
39 {{# goodsCategory}} 39 {{# goodsCategory}}
40 {{> home/goods_category}} 40 {{> home/goods_category}}
41 {{/ goodsCategory}} 41 {{/ goodsCategory}}
42 - {{! 新人专享}}  
43 - {{# freshOnly}}  
44 - {{> home/fresh_only}}  
45 - {{/ freshOnly}}  
46 {{! 新入住品牌/品味生活/创意生活}} 42 {{! 新入住品牌/品味生活/创意生活}}
47 {{# creativeLife}} 43 {{# creativeLife}}
48 {{> home/creative_life}} 44 {{> home/creative_life}}
@@ -341,9 +341,3 @@ @@ -341,9 +341,3 @@
341 </script> 341 </script>
342 {{/if}} 342 {{/if}}
343 343
344 -{{#if freshListPage}}  
345 -<script>  
346 - seajs.use('js/home/fresh-list');  
347 -</script>  
348 -{{/if}}  
349 -