diff --git a/src/views/property-marketing/media-account/account-detail/constants.ts b/src/views/property-marketing/media-account/account-detail/constants.ts index 206dead..076a8b1 100644 --- a/src/views/property-marketing/media-account/account-detail/constants.ts +++ b/src/views/property-marketing/media-account/account-detail/constants.ts @@ -40,8 +40,12 @@ export const getAccountInfoFields = (dateType: string, showMore: boolean) => { ], [ { title: 'AI评价', dataIndex: 'ai_evaluation' }, - { title: '粉丝量', dataIndex: 'fans_number', tooltip: '粉丝量' }, - { title: '总赞藏数', dataIndex: 'like_collect_number', tooltip: '总赞藏数' }, + { title: '粉丝量', dataIndex: 'fans_number', tooltip: '账号的当前粉丝总数。' }, + { + title: '总赞藏数', + dataIndex: 'like_collect_number', + tooltip: '账号所有内容获得的点赞数与收藏数总和,用于衡量历史内容的整体吸引力与认可度。', + }, ], ]; const customFields = groupArrayBySize(CUSTOM_FIELDS, 4, dateType);