From 5565215bd21473b9a253f8fe1087065d339ef5ca Mon Sep 17 00:00:00 2001 From: jscyl13849007907 <13849007907@163.com> Date: Mon, 4 Aug 2025 17:33:46 +0800 Subject: [PATCH] no message --- root/detail/userShare.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/root/detail/userShare.vue b/root/detail/userShare.vue index ea47160..40101c1 100644 --- a/root/detail/userShare.vue +++ b/root/detail/userShare.vue @@ -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();