rating detail
This commit is contained in:
@@ -299,6 +299,11 @@ const getDetailData = async () => {
|
|||||||
};
|
};
|
||||||
|
|
||||||
onLoad((options) => {
|
onLoad((options) => {
|
||||||
|
uni.$trackRecord({
|
||||||
|
eventName: "rating_item_detail_page_visit",
|
||||||
|
eventType: `visit`,
|
||||||
|
elementId: options.itemId
|
||||||
|
})
|
||||||
if (options.topicId) {
|
if (options.topicId) {
|
||||||
detailData.value.topicId = options.topicId;
|
detailData.value.topicId = options.topicId;
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user