Browse Source

更改是否选项

sandm 3 năm trước cách đây
mục cha
commit
0be780f690
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      public/themes/default/views/app/recruit/show.blade.php

+ 1 - 1
public/themes/default/views/app/recruit/show.blade.php

@@ -624,7 +624,7 @@
                                         var must = 1,total = 0;
                                         $.each($($(".commit_step_2")[1]).find("input"),function(){
                                             if(this.checked){
-                                                if($(this).val() == 0){
+                                                if($(this).val() == 1){
                                                     must = 0;
                                                 }
                                                 total++;