|
@@ -124,7 +124,7 @@ function renderPage(pageSet) {
|
|
|
const planDetail = hasAuxiliary.planDetails;
|
|
|
const configs = planDetail.filter((it)=>it.status!==0)||[];
|
|
|
if(!configs[0]){ //没有开启辅助信息各项配置
|
|
|
- $('.empty-box').hide();
|
|
|
+ $('.empty-box,.leftWrapper').hide();
|
|
|
$('.recommendWrap .empty-right').show();
|
|
|
return;
|
|
|
}
|
|
@@ -368,7 +368,7 @@ function empty(){ //显示空状态
|
|
|
})
|
|
|
}
|
|
|
if($(".tabList .tab:first-child").is(".activeTab")&&$(".empty-right:visible").length===0&&$(".moduleItem:visible").length===0){
|
|
|
- $(".empty-box").hide();
|
|
|
+ $(".empty-box,.leftWrapper").hide();
|
|
|
$(".empty-null").show();
|
|
|
}
|
|
|
},300);
|