Authored by 徐炜

Merge branch 'prod-list-optimization' into feature/prod-list-opt

# Conflicts:
#	apps/product/controllers/list.js
#	apps/product/controllers/search.js
#	public/js/product/search/list.js
... ... @@ -119,6 +119,8 @@ const list = (req, res, next) => {
pageFooter: true
});
}).catch(next);
}
});
};
/**
... ...