Authored by biao

fix issue of recommand for you did not show on cart page. code review by XWG

... ... @@ -83,7 +83,7 @@ $('.chose').on('touchend', function() {
chosePanel.show();
});
if ($('.cart-zero').length > 0) {
if ($('.shopping-cart-good').length <= 0) {
require('../product/recommend-for-you');
}
... ...