|
|
@@ -103,7 +103,7 @@ public class FgtArticleComment extends BaseListFragment3<UserComment> implements
|
|
|
if(article == null){
|
|
|
Jump2View.getInstance().tryShare(activity, "find_share_url", "find_id", article_id);
|
|
|
} else {
|
|
|
- Jump2View.getInstance().tryShare(activity, "find_share_url", "find_id", article_id, article.getDes());
|
|
|
+ Jump2View.getInstance().tryShare(activity, "find_share_url", "find_id", article_id, article.getTitle());
|
|
|
}
|
|
|
}
|
|
|
});
|