Authored by 梁志锋

Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop

@@ -61,7 +61,7 @@ var $listNav = $('#list-nav'), @@ -61,7 +61,7 @@ var $listNav = $('#list-nav'),
61 navHammer, 61 navHammer,
62 searching; 62 searching;
63 63
64 -require('./suspend-cart'); //悬浮购物车 64 +require('../suspend-cart'); //悬浮购物车
65 65
66 if ($('.swiper-container .swiper-slide').length > 1) { 66 if ($('.swiper-container .swiper-slide').length > 1) {
67 swiper = new Swiper('.swiper-container', { 67 swiper = new Swiper('.swiper-container', {
@@ -71,7 +71,7 @@ var $listNav = $('#list-nav'), @@ -71,7 +71,7 @@ var $listNav = $('#list-nav'),
71 navHammer, 71 navHammer,
72 searching; 72 searching;
73 73
74 -require('./suspend-cart'); //悬浮购物车 74 +require('../suspend-cart'); //悬浮购物车
75 75
76 $('#today a').text(month + '月' + date + '号'); 76 $('#today a').text(month + '月' + date + '号');
77 77
1 {{# showFooterTab}} 1 {{# showFooterTab}}
2 <div class="footer-tab"> 2 <div class="footer-tab">
3 - <div class="tab-item {{#if grilsHomePage}}current{{/if}}{{#if boysHomePage}}current{{/if}}{{#if kidsHomePage}}current{{/if}}{{#if lifestyleHomePage}}current{{/if}}"> 3 + <a class="tab-item {{#if grilsHomePage}}current{{/if}}{{#if boysHomePage}}current{{/if}}{{#if kidsHomePage}}current{{/if}}{{#if lifestyleHomePage}}current{{/if}}" href="{{indexUrl}}">
4 <p class="iconfont tab-icon">&#xe62a;</p> 4 <p class="iconfont tab-icon">&#xe62a;</p>
5 <p class="tab-name">首页</p> 5 <p class="tab-name">首页</p>
6 - </div>  
7 - <div class="tab-item {{#if categoryPage}}current{{/if}}"> 6 + </a>
  7 + <a class="tab-item {{#if categoryPage}}current{{/if}}" href="{{categoryUrl}}">
8 <p class="iconfont tab-icon">&#xe62d;</p> 8 <p class="iconfont tab-icon">&#xe62d;</p>
9 <p class="tab-name">分类</p> 9 <p class="tab-name">分类</p>
10 - </div>  
11 - <div class="tab-item {{#if guangHome}}current{{/if}}"> 10 + </a>
  11 + <a class="tab-item {{#if guangHome}}current{{/if}}" href="{{guangUrl}}">
12 <p class="iconfont tab-icon">&#xe627;</p> 12 <p class="iconfont tab-icon">&#xe627;</p>
13 <p class="tab-name">逛</p> 13 <p class="tab-name">逛</p>
14 - </div>  
15 - <div class="tab-item {{#if shoppingCartPage}}current{{/if}}"> 14 + </a>
  15 + <a class="tab-item {{#if shoppingCartPage}}current{{/if}}" href="{{shoppingCartUrl}}">
16 <p class="iconfont tab-icon">&#xe62c;</p> 16 <p class="iconfont tab-icon">&#xe62c;</p>
17 <p class="tab-name">购物车</p> 17 <p class="tab-name">购物车</p>
18 - </div>  
19 - <div class="tab-item {{#if minePage}}current{{/if}}"> 18 + </a>
  19 + <a class="tab-item {{#if minePage}}current{{/if}}" href="{{mineUrl}}">
20 <p class="iconfont tab-icon">&#xe62b;</p> 20 <p class="iconfont tab-icon">&#xe62b;</p>
21 <p class="tab-name">我的</p> 21 <p class="tab-name">我的</p>
22 - </div> 22 + </a>
23 </div> 23 </div>
24 {{/ showFooterTab}} 24 {{/ showFooterTab}}
25 25