Authored by 梁志锋

Merge branch 'fix/issue' into 'develop'

优化购物车页面为你优选加载的代码

See merge request !75
... ... @@ -25,8 +25,8 @@ var navHammer,
function needLoadRecommandForYou() {
return window.isCookiesEnabled() ?
$('.shopping-cart-good').length <= 0 && window.cookie('_yoho-cart-refreshByDelete') !== 'true' :
$('.shopping-cart-good').length <= 0;
$('.cart-goods').length <= 0 && window.cookie('_yoho-cart-refreshByDelete') !== 'true' :
$('.cart-goods').length <= 0;
}
if (needLoadRecommandForYou()) {
... ...