From 61cdcdb086d0149a877a0a4cc024d1cc25309aa2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E4=BA=8E=E8=82=96=E7=A3=8A?= <18851179580@163.com> Date: Wed, 11 Mar 2026 17:03:20 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=98=BE?= =?UTF-8?q?=E7=A4=BA=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/plugins/video/detail/detail.nvue | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/pages/plugins/video/detail/detail.nvue b/pages/plugins/video/detail/detail.nvue index 0f517f92..7b95aa00 100644 --- a/pages/plugins/video/detail/detail.nvue +++ b/pages/plugins/video/detail/detail.nvue @@ -1056,6 +1056,7 @@ } else if (dy < 0) { status = 'prev'; } + console.log('on_transition:', dy); // 如果历史的是向下滑动,这次也是向下滑动,就不更新数据 if (this.direction != status) { this.direction = status; @@ -1651,7 +1652,6 @@ }); // this.video_data_list = this.video_data_list; this.$set(this, 'video_data_list', this.video_data_list); - console.log(this.video_data_list); e.stopPropagation(); } catch (error) { console.error('product_close_event error:', error); @@ -2054,8 +2054,8 @@ } .product-close { position: absolute; - right: -15rpx; - top: -20rpx; + right: -20rpx; + top: -26rpx; } .product-button {