|
@@ -154,8 +154,6 @@ $(function () {
|
|
|
$('.industryList').append(htmls);
|
|
|
$('.industryList ul').html(theArrs);
|
|
|
if(state){
|
|
|
- console.log(id)
|
|
|
- console.log($('.objList')[0])
|
|
|
$('.objList>div').eq((id-1)).addClass('active');
|
|
|
$('.objList>div').eq((id-1)).find('div').eq(0).addClass('active');
|
|
|
}else{
|
|
@@ -211,7 +209,6 @@ $(function () {
|
|
|
let thisdata = data.data.list[i],
|
|
|
news = formatDuring(times)-formatDuring(thisdata.releaseDate);
|
|
|
var introd=thisdata.introduce?(thisdata.introduce).replace(/<\/?.+?>/g,""):thisdata.introduce;
|
|
|
- // <a href="${globalConfig.context}/portal/service/serviceDetail?id=${thisdata.id?thisdata.id:''}">
|
|
|
theArrs.push(`
|
|
|
<li dataId="${thisdata.id}">
|
|
|
<div class="img serviceImg">
|