From 98ac5bb1596b7811440fdde20d9ab92a2894a9ae Mon Sep 17 00:00:00 2001 From: "iVampireSP.com" Date: Tue, 7 Feb 2023 17:24:04 +0800 Subject: [PATCH] =?UTF-8?q?=E6=94=B9=E8=BF=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- resources/views/auth/request.blade.php | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/resources/views/auth/request.blade.php b/resources/views/auth/request.blade.php index dddd04d..9d74d3c 100644 --- a/resources/views/auth/request.blade.php +++ b/resources/views/auth/request.blade.php @@ -9,12 +9,12 @@ @if (isset($data['module']) && !is_null($data['module'])) ) 模块:{{ $data['module']['name'] }} - @endif - @if (isset($data['applications']) && !is_null($data['application'])) + @elseif (isset($data['applications']) && !is_null($data['application'])) 应用程序:{{ $data['application']['name'] }} - @endif - @if (isset($data['from_user']) && !is_null($data['from_user'])) + @elseif (isset($data['from_user']) && !is_null($data['from_user'])) 来自用户:{{ $data['from_user']['name'] }} + @else + 一个第三方的应用程序 @endif 想要获取你的用户信息。