official_login_success.blade.php 483 B

123456789101112131415161718192021222324252627
  1. @extends('mobile.module.layouts.content')
  2. @push('meta')
  3. @endpush
  4. @push('css')
  5. <link href="{{ theme_asset('mobile/css/members.css') }}" rel="stylesheet">
  6. @endpush
  7. @push('js')
  8. @endpush
  9. @section('content')
  10. <div class="split-block"></div>
  11. <div class="set-success-tip-box qs-center">
  12. <div class="set-success-tip success font16"></div>
  13. </div>
  14. <div class="qs-center font16 txt-color-9 mt2">登录成功</div>
  15. @endsection
  16. @section('script')
  17. @endsection