@extends('mobile.module.layouts.content') @push('meta') @endpush @push('css') @endpush @section('content')
@if(auth('web-member')->user()->email_audit)
当前邮箱已认证,修改邮箱后您的登录邮箱将同步修改
@else
邮箱认证后,您可以用邮箱登录和找回密码!
@endif
发送验证邮箱
@endsection @section('script') @endsection