处理筛选bug
This commit is contained in:
@@ -7,6 +7,9 @@
|
||||
* @returns
|
||||
*/
|
||||
function queryParentByClass(el, parentClass) {
|
||||
if(!el){
|
||||
return;
|
||||
}
|
||||
if (el === document) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user