Authored by hongweigao

加cashe加分页

... ... @@ -117,9 +117,9 @@ exports.plusstarList = (channel, req) => {
brands = [],
pageList = {};
brandIds = plustarList.brandsIds.slice((page-1)*limit, page*limit);
brandIds = plustarList.brandsIds.slice((page - 1) * limit, page * limit);
if (plustarList.brandsIds.length > limit) {
pageList = pager(Math.ceil(plustarList.brandsIds.length/limit),{
pageList = pager(Math.ceil(plustarList.brandsIds.length / limit), {
page: page,
id: id
});
... ... @@ -142,7 +142,7 @@ exports.plusstarList = (channel, req) => {
brandsHomePage: true,
brands: {
items: brands,
tabs: items,
tabs: items
}
};
... ...