优化查询ID代码

This commit is contained in:
java110 2020-03-20 18:00:36 +08:00
parent a051c8adc6
commit 7af506b8d1

View File

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