From 529be8d99177d835f26a9c3f39c8daa39a349201 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, 3 Dec 2025 16:56:34 +0800 Subject: [PATCH] =?UTF-8?q?=E7=82=B9=E8=B5=9E=E6=95=88=E6=9E=9C=E4=BC=98?= =?UTF-8?q?=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../full-screen-like-effect.vue | 426 ++++++++++++++++++ .../components/live-content/live-content.vue | 24 +- pages/plugins/live/pull/pull.nvue | 9 +- pages/plugins/live/pull/pull.vue | 6 +- 4 files changed, 441 insertions(+), 24 deletions(-) create mode 100644 pages/plugins/live/pull/components/full-screen-like-effect/full-screen-like-effect.vue diff --git a/pages/plugins/live/pull/components/full-screen-like-effect/full-screen-like-effect.vue b/pages/plugins/live/pull/components/full-screen-like-effect/full-screen-like-effect.vue new file mode 100644 index 00000000..ca5ce111 --- /dev/null +++ b/pages/plugins/live/pull/components/full-screen-like-effect/full-screen-like-effect.vue @@ -0,0 +1,426 @@ + + + + + \ No newline at end of file diff --git a/pages/plugins/live/pull/components/live-content/live-content.vue b/pages/plugins/live/pull/components/live-content/live-content.vue index 3d41b028..e905ca9b 100644 --- a/pages/plugins/live/pull/components/live-content/live-content.vue +++ b/pages/plugins/live/pull/components/live-content/live-content.vue @@ -7,14 +7,14 @@ - + {{ live_data && live_data.title ? live_data.title : '直播' }} {{ like_count }}本场点赞 - + @@ -28,7 +28,7 @@ - + @@ -99,7 +99,7 @@ {{ message_num }}条新消息 - + {{ explain_goods.goods_name }} @@ -108,14 +108,14 @@ - + {{ commons_name }} 来了 - + @@ -134,7 +134,7 @@ - + @@ -589,16 +589,6 @@ // 点赞计数 like_button_click(e) { this.like_count++; - }, - handle_touch_end(event) { - //#ifdef APP-NVUE - this.$emit("handleTouchEnd", event); - //#endif - }, - handle_double_click(event) { - //#ifdef APP-NVUE - this.$emit("handleDoubleClick", event); - //#endif } } } diff --git a/pages/plugins/live/pull/pull.nvue b/pages/plugins/live/pull/pull.nvue index fa72b9d9..3c25df2b 100644 --- a/pages/plugins/live/pull/pull.nvue +++ b/pages/plugins/live/pull/pull.nvue @@ -1,13 +1,14 @@