dyjh hace 6 años
padre
commit
19f701d7b4
Se han modificado 1 ficheros con 1 adiciones y 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>