第三方登录


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

相关链接


QQ 链接
QQ 连接 {:addon_url('third/index/connect',[':platform'=>'qq'], false, true)}
QQ 绑定 {:addon_url('third/index/bind',[':platform'=>'qq'], false, true)}
QQ 解绑 {:addon_url('third/index/unbind',[':platform'=>'qq'], false, true)}
微信 链接
微信 连接 {:addon_url('third/index/connect',[':platform'=>'wechat'], false, true)}
微信 绑定 {:addon_url('third/index/bind',[':platform'=>'wechat'], false, true)}
微信 解绑 {:addon_url('third/index/unbind',[':platform'=>'wechat'], false, true)}
微博 链接
微博 连接 {:addon_url('third/index/connect',[':platform'=>'weibo'], false, true)}
微博 绑定 {:addon_url('third/index/bind',[':platform'=>'weibo'], false, true)}
微博 解绑 {:addon_url('third/index/unbind',[':platform'=>'weibo'], false, true)}