Browse Source

项目列表bug修复

liting2017 6 years ago
parent
commit
8e2e5bdde3
1 changed files with 1 additions and 2 deletions
  1. 1 2
      src/js/newMenu/serviceList.js

+ 1 - 2
src/js/newMenu/serviceList.js

@@ -142,8 +142,7 @@ $(function () {
             }
             htmls+='</div>';
             if(!id){
-                dataList.module=''
-                htmls='<div class="objList"><div><span data-id="" class="active">不限</span></div></div>';
+                dataList.module='';
                 $('.industryList').append(htmls);
                 $('.industryList ul').html(theArrs);
                 $('.industryList ul li').eq(0).addClass('active');