提交监听代码

This commit is contained in:
java110 2020-03-20 17:58:03 +08:00
parent b8f64a2467
commit a051c8adc6

View File

@ -32,7 +32,7 @@
this.timer = true
let that = this
setTimeout(function () {
let vcPage = document.getElementsByClassName('vc-page')[0];
let vcPage = document.getElementsById('vc-page');
that.timer = false;
if(vcPage == undefined || vcPage == null || vcPage ==''){