#@ucenter_layout() #define css() #end #define content()

第三方账号绑定 Third Party Account Binding

#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"))
#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"))
#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