dyjh 6 years ago
parent
commit
73754dec29
1 changed files with 1 additions and 1 deletions
  1. 1 1
      resources/views/admin/album/agent/index.blade.php

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

xqd
@@ -123,7 +123,7 @@
 <script>
 	$(".checkItem").click(function () {
         $("input:checkbox[name=checkItem]:checked").each(function () {
-			alert($(this));
+			alert($(this).attr("id"));
         })
 
     })