mirror of
https://github.com/lkddi/nexusphp.git
synced 2026-04-15 13:32:41 +08:00
fix bannedemails no effect
This commit is contained in:
@@ -65,6 +65,16 @@
|
||||
<td>{{$record->downloadpos}}</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{{__('label.user.parked')}}</th>
|
||||
<td>{{$record->parked}}</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{{__('label.user.offer_allowed_count')}}</th>
|
||||
<td>{{$record->offer_allowed_count}}</td>
|
||||
<td></td>
|
||||
</tr>
|
||||
<tr>
|
||||
<th>{{__('label.user.seed_points')}}</th>
|
||||
<td>{{$record->seed_points}}</td>
|
||||
|
||||
Reference in New Issue
Block a user