This commit is contained in:
BoHung Chiu 2021-08-05 18:40:16 +08:00
parent 8ac5f0afcf
commit 56d94ae16e
1 changed files with 1 additions and 1 deletions

View File

@ -320,7 +320,7 @@
}); });
} }
},lightBox:function(){ },lightBox:function(){
if( $('div[data-pp="1000"]').text() !== ''){ if( $('div[data-pp="1000"]').html().trim() !== ''){
$('.black-screen').addClass('active'); $('.black-screen').addClass('active');
} }