From 87784a78c647d52126c407130d162c0739a18a53 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Tue, 26 May 2026 22:55:28 +0800 Subject: [PATCH] rating detail --- pages/rating/detail.vue | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/pages/rating/detail.vue b/pages/rating/detail.vue index 5a1c43c..5c22af5 100644 --- a/pages/rating/detail.vue +++ b/pages/rating/detail.vue @@ -299,6 +299,11 @@ const getDetailData = async () => { }; onLoad((options) => { + uni.$trackRecord({ + eventName: "rating_item_detail_page_visit", + eventType: `visit`, + elementId: options.itemId + }) if (options.topicId) { detailData.value.topicId = options.topicId; }