From 5cc50c2d3e94f33146af44e3b43ebf1f8f54b620 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:11:54 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E9=A1=B5=E9=9D=A2=E6=95=B0?= =?UTF-8?q?=E6=8D=AE=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, 5 insertions(+), 1 deletion(-) diff --git a/pages/plugins/video/detail/detail.nvue b/pages/plugins/video/detail/detail.nvue index 7b95aa00..9ac0204d 100644 --- a/pages/plugins/video/detail/detail.nvue +++ b/pages/plugins/video/detail/detail.nvue @@ -1584,6 +1584,7 @@ handle_slider_changing() { try { this.is_seeking = true; + e.stopPropagation(); } catch (error) { console.error('handle_slider_changing error:', error); } @@ -1608,6 +1609,7 @@ setTimeout(() => { this.is_seeking = false; }, 100); + e.stopPropagation(); } catch (error) { console.error('handle_slider_change error:', error); } @@ -1665,6 +1667,7 @@ if (!isEmpty(data) && !isEmpty(data.goods)) { app.globalData.url_open(data.goods.goods_url); } + e.stopPropagation(); } catch (error) { console.error('handle_product_card_item error:', error); } @@ -1684,7 +1687,8 @@ }); // this.video_data_list = this.video_data_list; - this.$set(this, 'video_data_list', this.video_data_list) + this.$set(this, 'video_data_list', this.video_data_list); + e.stopPropagation(); } catch (error) { console.error('handle_product_button error:', error); }