dyjh 6 years ago
parent
commit
1f8bfdb308
1 changed files with 0 additions and 2 deletions
  1. 0 2
      resources/views/admin/album/cat/index.blade.php

+ 0 - 2
resources/views/admin/album/cat/index.blade.php

xqd xqd
@@ -75,7 +75,6 @@
                                     </tr>
                                     @if(isset($item->sonlist))
                                         @foreach($item->sonlist as $k => $t)
-                                            <div style="display: none" id="son{{ $item->id }}">
                                                 <tr style="background-color: #f9f9f9;display: none" id="son{{ $item->id }}">
                                                     <td>{{ $t->id }}</td>
                                                     <td>{{ $t->name }}</td>
@@ -94,7 +93,6 @@
                                                         </div>
                                                     </td>
                                                 </tr>
-                                            </div>
                                         @endforeach
                                     @endif
                                 @endforeach