no message

cyl/master-0804
jscyl13849007907 4 months ago
parent 1f9c143ff8
commit 5565215bd2

@ -350,8 +350,8 @@ export default {
//
if (scrollTop <= 0) {
// 使
this.backgroundScale = Math.min(moveDistance * 0.2, 300); //
this.mtScroll = Math.min(moveDistance * 0.2, 300);
this.backgroundScale = Math.min(moveDistance * 0.2, 800); //
this.mtScroll = Math.min(moveDistance * 0.2, 800);
}
}
}).exec();

Loading…
Cancel
Save