Authored by Lynnic

update

@@ -52,6 +52,7 @@ refSwiper = new Swiper('#reference-swiper-container',{ @@ -52,6 +52,7 @@ refSwiper = new Swiper('#reference-swiper-container',{
52 slidesPerView: 'auto' 52 slidesPerView: 'auto'
53 }); 53 });
54 54
  55 +
55 handleHelper = Handlebars.registerHelper('addOne', function(index) { 56 handleHelper = Handlebars.registerHelper('addOne', function(index) {
56 return index + 1; 57 return index + 1;
57 }); 58 });
@@ -493,7 +493,7 @@ $basicBtnC:#eb0313; @@ -493,7 +493,7 @@ $basicBtnC:#eb0313;
493 clear:both; 493 clear:both;
494 } 494 }
495 } 495 }
496 - .cart-bar{ 496 + .cart-bar{
497 position: relative; 497 position: relative;
498 box-sizing:border-box; 498 box-sizing:border-box;
499 width: 100%; 499 width: 100%;
@@ -238,7 +238,7 @@ @@ -238,7 +238,7 @@
238 {{/list}} 238 {{/list}}
239 </div> 239 </div>
240 </div> 240 </div>
241 - <p class="tips">提示左滑查看完整表格信息</p> 241 + <p class="tips">提示:左滑查看完整表格信息</p>
242 </div> 242 </div>
243 {{/detail}} 243 {{/detail}}
244 </div> 244 </div>
@@ -218,7 +218,7 @@ SHOE BQT KEN BLOCK', @@ -218,7 +218,7 @@ SHOE BQT KEN BLOCK',
218 ), 218 ),
219 219
220 'cartInfo' =>array( 220 'cartInfo' =>array(
221 - 'numInCart' => 2 221 + 'numInCart' => 3
222 ) 222 )
223 223
224 ); 224 );