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 @@