mirror of
https://gitee.com/java110/MicroCommunityWeb.git
synced 2026-02-24 05:46:03 +08:00
优化查询ID代码
This commit is contained in:
parent
a051c8adc6
commit
7af506b8d1
@ -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 ==''){
|
||||
|
||||
Loading…
Reference in New Issue
Block a user