增加 safeNull
This commit is contained in:
parent
86195ca628
commit
612758adce
@ -33,7 +33,7 @@
|
||||
@foreach($affiliateUsers as $user)
|
||||
<tr>
|
||||
<td>{{ $user->id }}</td>
|
||||
<td>{{ $user->user->name }}</td>
|
||||
<td>{{ $user->user?->name }}</td>
|
||||
<td>{{ $user->revenue }} 元</td>
|
||||
|
||||
{{-- <td>--}}
|
||||
|
Loading…
Reference in New Issue
Block a user