#@ucenter_layout() #define css() #end #define content() #if(option("login_wechat_enable")) 微信 #if(userOpenidMap.get('wechat') != null) 您已经绑定了账号微信账号:#(userOpenidMap.get('wechat').nickname ??) ,点击 这里 取消绑定。 #else 您当前没有绑定微信账号,点击 这里 进行绑定。 #end #end #if(option("login_weibo_enable")) 微博 #if(userOpenidMap.get('weibo') != null) 您已经绑定了账号微博账号:#(userOpenidMap.get('weibo').nickname ??) ,点击 这里 取消绑定。 #else 您当前没有绑定微博账号,点击 这里 进行绑定。 #end #end #if(option("login_qq_enable")) QQ #if(userOpenidMap.get('qq') != null) 您已经绑定了账号QQ账号:#(userOpenidMap.get('qq').nickname ??) ,点击 这里 取消绑定。 #else 您当前没有绑定QQ账号,点击 这里 进行绑定。 #end #end #if(option("login_dingding_enable")) 钉钉 #if(userOpenidMap.get('dingding') != null) 您已经绑定了账号钉钉账号:#(userOpenidMap.get('dingding').nickname ??) ,点击 这里 取消绑定。 #else 您当前没有绑定钉钉账号,点击 这里 进行绑定。 #end #end #if(option("login_github_enable")) Github #if(userOpenidMap.get('github') != null) 您已经绑定了账号Github账号:#(userOpenidMap.get('github').nickname ??) ,点击 这里 取消绑定。 #else 您当前没有绑定Github账号,点击 这里 进行绑定。 #end #end #if(option("login_gitee_enable")) 开源中国 #if(userOpenidMap.get('oschina') != null) 您已经绑定了账号开源中国账号:#(userOpenidMap.get('oschina').nickname ??) ,点击 这里 取消绑定。 #else 您当前没有绑定开源中国账号,点击 这里 进行绑定。 #end #end #end