Authored by whb

index.js index.css

... ... @@ -480,7 +480,7 @@ function actionGoodsCart() {
}
}
if (cartInfo != null) {
if (cartInfo !== null && cartInfo !== '') {
totalNum = parseInt(cartInfo._nac) + parseInt(cartInfo._ac);
if (totalNum === 0) {
$('#icart-num').attr('class', 'icart-num icart-none');
... ... @@ -1147,7 +1147,7 @@ function actionTipPic() {
}
}
});
logolink = $('.first-nav-item .cure').find('.name-cn').find('a').attr('href');
logolink = $('.cure').find('.name-cn').find('a').attr('href');
$('.main-link').attr('href', logolink);
}
... ...
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.
This diff could not be displayed because it is too large.