Commit d8082457 authored by strong's avatar strong

Merge branch 'remould_1123_share' into SANDBOX

parents cbb5f533 4a880a22
......@@ -341,7 +341,7 @@ router.get('/sharev2.js', function(req, res, next) {
case 1://文章
link = link + 'detail';
share_type = 'article';
title = thread.title == '发话题'?thread.info.name:thread.title;
title = thread.title == '发话题'?"":thread.title;
break;
case 2://话题
if(thread.level === 2){
......
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