%include("/common/_head.html"){}%>
我的小窝 飞趣-让生活更有趣
<% var user = c.currentUser(request, servlet.response); var isLogin = false; if(user != null){ isLogin=true; } include("/common/_headwithlogin.html",{user:user,isLogin:isLogin}){} %>
<%include("/common/_home_nav.html",{user:user}){}%>
你有什么新想法
?
发表
本地上传
置顶想法(置顶消耗20个趣豆,存在24个小时)
<%if(isNotEmpty(topThought)){%>
${topThought.nickname!}
<%if(topThought.role == 1){%>
官方人员
<%}%>
${topThought.area!}
${printTime(topThought.createTime!)}
${emojiShow(topThought.thoughtContent)}
<%for(var pic in topThought.pictures!){%>
<%}%>
查看详情
<%}%>
最新的
最热的
<%for(var thought in thoughtList!){%>
置顶
${thought.nickname}
<%if(thought.role == 1){%>
官方人员
<%}%>
${thought.area}
${printTime(thought.createTime)}
${emojiShow(thought.thoughtContent)}
<%for(var pic in thought.pictures!){%>
<%}%>
${thought.collected?'
取消收藏
': '
收藏
'}
${thought.likeCount!0}
回复
${thought.commentCount!0}
条回复
<%}%>
关注了
${followCount}
粉丝数
${fansCount}
活跃达人(
活跃度
)
<%for(var u in activeUserList!){%>
<%if(u.rank <= 3){%>
${u.rank}
<%}else{%>
${u.rank}
<%}%>
${u.name}
活跃度+${u.score}
(${u.city!})
<%}%>
签到
说明
活跃榜
今日签到
本月签到了哪些天
7天最热想法(每天更新)
<%for(var t in sevenDaysT){%>
查看详情
${t.content}
<%if(isNotEmpty(t.pic)){%>
<%}%>
<%}%>
访客记录(访客总数:
个人)
<%include("/common/_footor.html"){}%> <%include("/common/_scripts.html",{user:user}){}%>