Authored by Lynnic

update

... ... @@ -52,6 +52,7 @@ refSwiper = new Swiper('#reference-swiper-container',{
slidesPerView: 'auto'
});
handleHelper = Handlebars.registerHelper('addOne', function(index) {
return index + 1;
});
... ...
... ... @@ -493,7 +493,7 @@ $basicBtnC:#eb0313;
clear:both;
}
}
.cart-bar{
.cart-bar{
position: relative;
box-sizing:border-box;
width: 100%;
... ...
... ... @@ -238,7 +238,7 @@
{{/list}}
</div>
</div>
<p class="tips">提示左滑查看完整表格信息</p>
<p class="tips">提示:左滑查看完整表格信息</p>
</div>
{{/detail}}
</div>
... ...
... ... @@ -218,7 +218,7 @@ SHOE BQT KEN BLOCK',
),
'cartInfo' =>array(
'numInCart' => 2
'numInCart' => 3
)
);
... ...