| 123456789101112131415161718192021222324252627 |
- @extends('mobile.module.layouts.content')
- @push('meta')
- @endpush
- @push('css')
- <link href="{{ theme_asset('mobile/css/members.css') }}" rel="stylesheet">
- @endpush
- @push('js')
- @endpush
- @section('content')
- <div class="split-block"></div>
- <div class="set-success-tip-box qs-center">
- <div class="set-success-tip success font16"></div>
- </div>
- <div class="qs-center font16 txt-color-9 mt2">登录成功</div>
- @endsection
- @section('script')
- @endsection
|