|
|
@@ -363,7 +363,7 @@ public class FgtFindChild extends BaseListFragment5<Article> {
|
|
|
@Override
|
|
|
public int getItemViewType(int position) {
|
|
|
Article article = list.get(position);
|
|
|
- if (article.getGame_articles_type() == 2) {
|
|
|
+ if (article.getDisplay_menu() > 0 && article.getGame_articles_type() == 2) {
|
|
|
return 0;
|
|
|
}
|
|
|
return article.getType();
|