From cbb0cf0ac7291c56484fe3b4f6a74253d4064c99 Mon Sep 17 00:00:00 2001 From: zzc <1761997216@qq.com> Date: Wed, 27 May 2026 18:09:15 +0800 Subject: [PATCH] rating --- components/TopicCard/TopicCard.vue | 2 +- pages/rating/index.vue | 13 +++++++++---- 2 files changed, 10 insertions(+), 5 deletions(-) diff --git a/components/TopicCard/TopicCard.vue b/components/TopicCard/TopicCard.vue index 55fb9e8..7ddfe32 100644 --- a/components/TopicCard/TopicCard.vue +++ b/components/TopicCard/TopicCard.vue @@ -10,7 +10,7 @@ - 热度 {{ topic.heat }} + 热度 {{ topic.hotScore }} w diff --git a/pages/rating/index.vue b/pages/rating/index.vue index ac97232..ffb0b72 100644 --- a/pages/rating/index.vue +++ b/pages/rating/index.vue @@ -39,7 +39,7 @@ - + 2 @@ -50,7 +50,7 @@ - + 1 @@ -61,7 +61,7 @@ - + 3 @@ -263,6 +263,11 @@ const loadItems = async (topicId, page = 1) => { }; onLoad((options) => { + uni.$trackRecord({ + eventName: "rating_topic_detail_page_visit", + eventType: `visit`, + elementId: options.topicId + }) if (options.topicId) { currentTopicId.value = options.topicId; loadDetail(options.topicId); @@ -576,7 +581,7 @@ onReachBottom(() => { } .box-3 { - height: 130rpx; + height: 150rpx; /* 从 130rpx 调整到 150rpx */ background-color: #eef1f8; }