Authored by xuqi

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

@@ -166,7 +166,7 @@ function didUpdateAllGoodsCheckStatus() { @@ -166,7 +166,7 @@ function didUpdateAllGoodsCheckStatus() {
166 $(checkedBox).removeClass('icon-cb-checked').addClass('icon-checkbox'); 166 $(checkedBox).removeClass('icon-cb-checked').addClass('icon-checkbox');
167 }); 167 });
168 } 168 }
169 - window.history.go(0); 169 + window.location.href = '/cart/index/index?cartType=' + $('#cartType').val();
170 } 170 }
171 171
172 function bottomCheckBoxHandeler(isSelected, type, handlerAfterTouch) { 172 function bottomCheckBoxHandeler(isSelected, type, handlerAfterTouch) {
@@ -119,7 +119,7 @@ @@ -119,7 +119,7 @@
119 } 119 }
120 120
121 .coupon-use { 121 .coupon-use {
122 - box-sizing: border-box; 122 + @include box-sizing(border-box);
123 position: relative; 123 position: relative;
124 float: right; 124 float: right;
125 padding-right: 30rem / $pxConvertRem; 125 padding-right: 30rem / $pxConvertRem;
@@ -137,7 +137,7 @@ @@ -137,7 +137,7 @@
137 color: #999; 137 color: #999;
138 } 138 }
139 } 139 }
140 - 140 +
141 .checkbox { 141 .checkbox {
142 display: inline-block; 142 display: inline-block;
143 width: 80rem / $pxConvertRem; 143 width: 80rem / $pxConvertRem;
@@ -15,9 +15,7 @@ @@ -15,9 +15,7 @@
15 {{# navBtn}} 15 {{# navBtn}}
16 <!-- <span class="nav-btn">{{.}}</span> --> 16 <!-- <span class="nav-btn">{{.}}</span> -->
17 <!-- <i class="iconfont nav-home">&#xe638;</i> --> 17 <!-- <i class="iconfont nav-home">&#xe638;</i> -->
18 - {{/ navBtn}}  
19 -</header>  
20 - <div class="homebuttom none"> 18 + <!-- <div class="homebuttom none">
21 <ul> 19 <ul>
22 <li> 20 <li>
23 <i class="iconfont">&#xe62a;</i> 21 <i class="iconfont">&#xe62a;</i>
@@ -36,5 +34,8 @@ @@ -36,5 +34,8 @@
36 <span>我的</span> 34 <span>我的</span>
37 </li> 35 </li>
38 </ul> 36 </ul>
39 - </div> 37 + </div> -->
  38 + {{/ navBtn}}
  39 +</header>
  40 +
40 {{/pageHeader}} 41 {{/pageHeader}}