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