diff --git a/app/src/main/java/com/gh/gamecenter/forum/detail/ForumArticleAskListAdapter.kt b/app/src/main/java/com/gh/gamecenter/forum/detail/ForumArticleAskListAdapter.kt index 50e7e47111..651f5a27d0 100644 --- a/app/src/main/java/com/gh/gamecenter/forum/detail/ForumArticleAskListAdapter.kt +++ b/app/src/main/java/com/gh/gamecenter/forum/detail/ForumArticleAskListAdapter.kt @@ -62,7 +62,7 @@ class ForumArticleAskListAdapter(context: Context, val bbsId: String, val mEntra questions.answerCount = answer.count.answer answer.questions = questions } - if (path == "精华" && answer.type != "answer") answer.type = "community_article" + if (path == "精华" && answer.type != "answer" && answer.type != "video") answer.type = "community_article" if (path == "问答") answer.type = "question" if (path == "视频") answer.type = "video"