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