Commit 3f75f9bc authored by 陈志良's avatar 陈志良

1

parent 73132f66
......@@ -580,7 +580,7 @@ router.get('/info/myAttend', function(req, res, next) {
if(results){
conditions._id ={
$in:threadIds,
$nin:results
// $nin:results
}
}else{
conditions._id ={
......
......@@ -134,7 +134,6 @@ router.get('/notice/newestAct', function(req, res, next) {
}else{
_condition.plate=null;
}
console.log(_condition);
queryList(_condition,_sort,pageNo,pageSize,function(err,result){
if(err){
return res.json(err);
......
......@@ -304,8 +304,6 @@ router.get('/sharev2.js', function(req, res, next) {
mid = req.session.openUser.mid;
}
delete req.session.mobileForumUser.share_log;
console.log(type);
console.log(id);
//板块微信接口
if(!type || !id){
console.error('请求参数错误')
......@@ -349,7 +347,6 @@ router.get('/sharev2.js', function(req, res, next) {
}
});
link = link + 'index&infoId='+ id+'&uId='+uId;
console.log(1);
getWXV2(res, title, desc, link, imgUrl, mid,ent_code, id,type,null);
}else{
//没找到板块默认分享设置
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment