@@ -336,6 +336,7 @@ div,li,span,i,p,h1,h2,h3,h4,h5,pre{
padding-top: 25px;
position: absolute;
bottom: 0;
+ z-index: 1;
p{
color:#fff;
text-align: center;
@@ -380,7 +380,7 @@ function renderOperationPush(list,showNum,type,hasInfo){
}
function renderDisName(){
- $(".disName").append(`${treatDisName}`)
+ $(".disName").append(`${treatDisName||''}`)
function rendergeneraTreatPush(list){
if(list&&list.length > 0 && $(".moduleItem.general").length > 0){