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; }