caoyuanye 4 년 전
부모
커밋
dcffabdb3c
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      维修品牌.js

+ 1 - 1
维修品牌.js

@@ -1,6 +1,6 @@
 $(document).ready(function () {
   $('.brand-select-item-children-item:not("#allBrand")').on('click',function (e) {
-    if($('.brand-select-item-children-item.selected:not("#allBrand")').length>=15){
+    if((!$(e.target).hasClass('selected'))&&$('.brand-select-item-children-item.selected:not("#allBrand")').length>=15){
       alert('最大只能选择15条')
     }else{
       $(e.target).toggleClass('selected')