Commit 8ecb65a8 authored by 莫坚培's avatar 莫坚培

fix: 还原正确的正式环境分支

parent 005b4333
...@@ -1000,13 +1000,16 @@ user-select: none; "> ...@@ -1000,13 +1000,16 @@ user-select: none; ">
// } // }
} }
for(let i=0;i<e.path?.length;i++){ if(!e.path){
return
}
for(let i=0;i<e.path.length;i++){
if($(e.path[i]).attr('class') == 'colordiv mycolordiv'||$(e.path[i]).attr('id') =='nohide'){ if($(e.path[i]).attr('class') == 'colordiv mycolordiv'||$(e.path[i]).attr('id') =='nohide'){
show = false; show = false;
break; break;
} }
} }
for(let i=0;i<e.path?.length;i++){ for(let i=0;i<e.path.length;i++){
if($(e.path[i]).attr('class') == 'nocolor'){ if($(e.path[i]).attr('class') == 'nocolor'){
show = true; show = true;
show1 = true show1 = true
......
This diff is collapsed.
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment