改进
This commit is contained in:
parent
e92aa14f0d
commit
98ac5bb159
@ -9,12 +9,12 @@
|
|||||||
@if (isset($data['module']) && !is_null($data['module']))
|
@if (isset($data['module']) && !is_null($data['module']))
|
||||||
)
|
)
|
||||||
<span>模块:{{ $data['module']['name'] }}</span>
|
<span>模块:{{ $data['module']['name'] }}</span>
|
||||||
@endif
|
@elseif (isset($data['applications']) && !is_null($data['application']))
|
||||||
@if (isset($data['applications']) && !is_null($data['application']))
|
|
||||||
<span>应用程序:{{ $data['application']['name'] }}</span>
|
<span>应用程序:{{ $data['application']['name'] }}</span>
|
||||||
@endif
|
@elseif (isset($data['from_user']) && !is_null($data['from_user']))
|
||||||
@if (isset($data['from_user']) && !is_null($data['from_user']))
|
|
||||||
<span>来自用户:{{ $data['from_user']['name'] }}</span>
|
<span>来自用户:{{ $data['from_user']['name'] }}</span>
|
||||||
|
@else
|
||||||
|
<span>一个第三方的应用程序</span>
|
||||||
@endif
|
@endif
|
||||||
</code>
|
</code>
|
||||||
想要获取你的用户信息。
|
想要获取你的用户信息。
|
||||||
|
Loading…
Reference in New Issue
Block a user