This commit is contained in:
BoHung Chiu 2021-08-05 18:39:30 +08:00
parent 4db6916e27
commit ca6b7e734b
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"]').text() !== ''){
if( $('div[data-pp="1000"]').html().trim() !== ''){
$('.black-screen').addClass('active');
}