Commit 80dd6e39 by 陶光胜

导航ext过滤关闭tabbar

parent c2b99fc9
......@@ -130,6 +130,7 @@ public class CustomGuideApiServiceImpl implements CustomGuideApiService {
String selectIconPath = "/images/footbar/black-blue/line/foot-icon-01-active.png";
String unIconPath = "/images/footbar/black-blue/line/foot-icon-01.png";
int linkType = 7;
int guideSize = 0;
for (int i = 0; i < guideList.size(); i++) {
TabCustomGuide guide = guideList.get(i);
if(guide.getStatus().intValue() == 1){
......@@ -152,6 +153,7 @@ public class CustomGuideApiServiceImpl implements CustomGuideApiService {
pathSet.add(guide.getCustomPage()) ;
listMap.put("text", title);
tabBarList.add(listMap);
guideSize++;
}
}
if(pathSet.size() != guideList.size()) {
......
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