This commit is contained in:
BoHung Chiu 2021-08-06 11:32:18 +08:00
parent ca6b7e734b
commit df180f0886
1 changed files with 1 additions and 1 deletions

View File

@ -448,7 +448,7 @@
$(document).ready(function() {
$(".w-ba-banner__wrap").height(300);
init();
if( $('div[data-pp="1000"]').html().trim() !== ''){
if( $('div[data-pp="1000"]').length != 0 && $('div[data-pp="1000"]').html().trim() !== ''){
$('.black-screen').addClass('active');
}