Commit 2758d153 authored by 陈志良's avatar 陈志良

1

parent bdc779f0
......@@ -171,7 +171,7 @@ router.get('/:ent_code/share.js', function(req, res, next) {
}
link = link +'&uId='+uId;
//获取分享设置
if (!thread.share || thread.share_type==2) {
if (!thread.share || thread.share_type==1) {
//获取默认文章分享设置
forumShareConfigService.getByKey(ent_code, 'share', function(err, sc) {
var title = '',desc = '',imgUrl = '';
......
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