|
@@ -611,14 +611,14 @@ function renderModuleWrapper(moduleList){
|
|
|
if(moduleList[i].status !='0'){
|
|
|
if(moduleList[i].code == 'critical'){
|
|
|
moduleStr += `<div class="moduleItem warning" data-num="${moduleList[i].number}" style="display:none"></div>`
|
|
|
- moduleStr += `<div class="moduleItem tips" data-num="${moduleList[i].number}" style="display:none"></div>`
|
|
|
+ // moduleStr += `<div class="moduleItem tips" id="9999" data-num="${moduleList[i].number}" style="display:none"></div>`
|
|
|
}else{
|
|
|
moduleStr += `<div class="moduleItem ${moduleList[i].code }" data-num="${moduleList[i].number}" style="display:none"></div>`
|
|
|
}
|
|
|
}
|
|
|
|
|
|
}
|
|
|
- console.log(moduleList,moduleStr)
|
|
|
+ // console.log(moduleList,moduleStr)
|
|
|
|
|
|
$(".recommendWrap").append(moduleStr)
|
|
|
}
|