@extends('mobile.module.layouts.content')
@push('meta')
@endpush
@push('css')
@endpush
@push('js')
@endpush
@section('content')
@if('wechat' == $type)
{{session('wechatUser.nickname')}}
@else
{{session('qqUser.nickname')}}
@endif
您已登录{{$type_name}}账号
绑定已有账号
如果您还没有{{subsite_config('aix.system.site.site.site_name')}}账号,
请注册并绑定
@endsection
@section('script')
@endsection