第三方登录


{if $user && in_array('qq', $typelist)} 点击解绑 {else/} QQ登录 {/if}
{if $user && in_array('wx', $typelist)} 点击解绑 {else/} 微信登录 {/if}
{if $user && in_array('sina', $typelist)} 点击解绑 {else/} 微博登录 {/if}

相关链接


QQ 链接
QQ 连接 {:addon_url('clogin/index/connect',[':type'=>'qq'], false, true)}
QQ 绑定 {:addon_url('clogin/index/bind',[':type'=>'qq'], false, true)}
QQ 解绑 {:addon_url('clogin/index/unbind',[':type'=>'qq'], false, true)}
微信 链接
微信 连接 {:addon_url('clogin/index/connect',[':type'=>'wx'], false, true)}
微信 绑定 {:addon_url('clogin/index/bind',[':type'=>'wx'], false, true)}
微信 解绑 {:addon_url('clogin/index/unbind',[':type'=>'wx'], false, true)}
微博 链接
微博 连接 {:addon_url('clogin/index/connect',[':type'=>'sina'], false, true)}
微博 绑定 {:addon_url('clogin/index/bind',[':type'=>'sina'], false, true)}
微博 解绑 {:addon_url('clogin/index/unbind',[':type'=>'sina'], false, true)}