模块加载逻辑调整

init
gongdi 4 years ago
parent 91ccbd892d
commit 42b56084be

@ -52,7 +52,7 @@
// //
let moduleTop = this.$refs.moduleRef ? this.$refs.moduleRef.offsetTop : 0; let moduleTop = this.$refs.moduleRef ? this.$refs.moduleRef.offsetTop : 0;
// //
if (moduleTop + 100 < visibleBottom) { if (moduleTop + 5 < visibleBottom) {
// //
this.url = this.getModuleUrl(); this.url = this.getModuleUrl();
} }

Loading…
Cancel
Save