Authored by OF1706

mini

... ... @@ -217,7 +217,6 @@
<div class="gobuy-notempty-footer">
<h3>
<p data-role="totalinfo" data-total="{{total}}">购物车里还有<span data-role="last-num">{{total}}</span>件商品</p>
<a href="//www.yohobuy.com/cart/cart">查看我的购物车</a>
</h3>
... ...
... ... @@ -1236,7 +1236,7 @@ function showMiniCart(isShow) {
}
} else {
$('#miniCartBox').removeClass('list-cur');
$('.gobuy-wrapper').show();
$('.gobuy-wrapper').hide();
}
}
... ...
... ... @@ -70,7 +70,7 @@
.yohoproducts-list {
position: absolute;
/*display: none;*/
display: none;
width: 170px;
left: 0;
top: 32px;
... ...