Merge remote-tracking branch 'origin/init' into init

init
Administrator 4 years ago
commit 6e8d8b163e

@ -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