Authored by 邱骏

update

... ... @@ -41,9 +41,6 @@ exports.index = (req, res, next) => {
logger.debug(`decodeURIComponent query fail:${e.toString()}`);
}
console.log('query:', req.query, qs);
console.log('channel', req.yoho.channel);
req.ctx(list).getListData(Object.assign(req.query, {uid: req.user.uid, prid: req.user.prid}),
req.yoho.channel).then(result => {
Object.assign(resData, result, {
... ...
... ... @@ -10,6 +10,7 @@
margin-left: 20px;
margin-top: 17px;
}
.list-left {
margin-left: 75px;
margin-top: 17px;
... ... @@ -56,5 +57,4 @@
.sort-container.active ul {
max-height: 574px;
}
}
... ...