dyjh %!s(int64=6) %!d(string=hai) anos
pai
achega
19f701d7b4
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      resources/views/admin/album/user/index.blade.php

+ 1 - 1
resources/views/admin/album/user/index.blade.php

xqd
@@ -51,7 +51,7 @@
                                         <td>{{ $item->username }}</td>
                                         <td><img src="{{ $item->avatar }}"/></td>
                                         <td>{{ $item->phone }}</td>
-                                        @if($item->is_dealer == 1)
+                                        @if($item['is_dealer'] == 1)
                                             <td>经销商</td>
                                         @else
                                             <td>普通用户</td>