fix error
This commit is contained in:
parent
9c7ac65c18
commit
7b7fc18187
|
@ -446,7 +446,7 @@
|
||||||
|
|
||||||
// 當文件物件模型(DOM)載入後,執行init函數
|
// 當文件物件模型(DOM)載入後,執行init函數
|
||||||
$(document).ready(function() {
|
$(document).ready(function() {
|
||||||
$(".w-ba-banner__wrap").height(300);
|
//$(".w-ba-banner__wrap").height(300);
|
||||||
init();
|
init();
|
||||||
if( $('div[data-pp="1000"]').length != 0 && $('div[data-pp="1000"]').html().trim() !== ''){
|
if( $('div[data-pp="1000"]').length != 0 && $('div[data-pp="1000"]').html().trim() !== ''){
|
||||||
$('.black-screen').addClass('active');
|
$('.black-screen').addClass('active');
|
||||||
|
|
Loading…
Reference in New Issue