@extends('mobile.module.layouts.content')
@push('meta')
@endpush
@push('css')
@endpush
@push('js')
@endpush
@section('content')
绑定第三方账号后,您可用于快速登录{{ subsite_config('aix.system.site.site.site_name') }},便于账号密码记忆。
@if(config('aix.system.oauth.qq.is_open_qq') == 1)
腾讯QQ
@if($qq)
解绑
@else
未绑定
@endif
@endif
@if(subsite_config('aix.system.oauth.wechat_official.is_open') == 1 && is_weixin())
微信
@if($weixin)
解绑
@else
未绑定
@endif
@endif
@endsection
@section('script')
@include('mobile.module.widgets.thirdlogin_bind', ['redirect_url'=>route($sub_site.'mobile.firm.com.binding'), 'redirect_name'=>"账号绑定"])
@endsection