Commit fe7db006 by 马黎滨

微博推荐位

parent 5b023cb6
...@@ -73,7 +73,7 @@ public class HotSearchCacheDAO { ...@@ -73,7 +73,7 @@ public class HotSearchCacheDAO {
boolean recommend = false; boolean recommend = false;
if("微博热搜".equals(type)){ if("微博热搜".equals(type)){
String icon = document.getString("icon"); String icon = document.getString("icon");
if("recom".equals(icon)){ if("recom".equals(icon) || "jian".equals(icon)){
recommend = true; recommend = true;
} }
} }
......
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