From f91fc47e2ae43f6eece9ec34a7d2195de6827ba4 Mon Sep 17 00:00:00 2001 From: "34701892@qq.com" <34701892@qq.com> Date: Sat, 27 Sep 2025 18:07:47 +0800 Subject: [PATCH] =?UTF-8?q?feat(=E5=9F=8B=E7=82=B9):=20=E6=B7=BB=E5=8A=A0?= =?UTF-8?q?=E7=82=B9=E8=B5=9E=E5=92=8C=E7=99=BB=E5=BD=95=E7=9A=84=E5=9F=8B?= =?UTF-8?q?=E7=82=B9=E8=AE=B0=E5=BD=95=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 在点赞和登录功能中添加aplus_queue埋点记录,分别记录点赞/取消点赞和登录事件 --- src/components/comment/index.vue | 62 +++++++++++++-------------- src/components/loginPopup/index.vue | 66 ++++++++++++----------------- src/pages/detail/indexNewsInfo.vue | 26 +++++++++++- 3 files changed, 82 insertions(+), 72 deletions(-) diff --git a/src/components/comment/index.vue b/src/components/comment/index.vue index 75c4e24..c2f6dbb 100644 --- a/src/components/comment/index.vue +++ b/src/components/comment/index.vue @@ -1,50 +1,36 @@