<%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/_user_menu.html",{user:user}){}%>
  • 我的资料
  • 头像
  • 密码
  • 账号绑定
  • 支付绑定
如果您在邮箱已激活的情况下,变更了邮箱,需重新验证邮箱

    <%if(qqBind){%>
  • 已成功绑定,您可以使用QQ帐号直接登录飞趣社区
  • <%}else{%>
  • 立即绑定 ,即可使用QQ帐号登录飞趣社区
<%}%> <%if(sinaBind){%>
  • 已成功绑定,您可以使用微博帐号直接登录飞趣社区
  • <%}else{%>
  • 立即绑定 ,即可使用微博帐号登录飞趣社区
  • <%}%>


    <%include("/common/_footor.html"){}%> <%include("/common/_scripts.html"){}%>