Authored by yyq

购物车文案修改

... ... @@ -56,7 +56,7 @@
<div class="bag-content">
<p class="cn">您的购物袋暂无商品</p>
<p class="en">
Your shopping bags no goods ,<br>
Your shopping bag is empty ,<br>
welcome go to shopping !
</p>
</div>
... ...
... ... @@ -94,7 +94,7 @@ $('.yoho-group a').hover(function() {
$(this).text(data.en);
});
$('.tag-bag').hover(function() {
$('.tag-bag').mouseenter(function() {
refreshBag();
});
... ...