diff --git a/components/activity/RecordsList.vue b/components/activity/RecordsList.vue index 776e538..54d5720 100644 --- a/components/activity/RecordsList.vue +++ b/components/activity/RecordsList.vue @@ -31,7 +31,7 @@ 🎁 {{ emptyText }} - 快来参与活动获得奖品吧 + 快来参与活动吧 @@ -46,7 +46,7 @@ defineProps({ }, emptyText: { type: String, - default: '暂无购买记录' + default: '今日暂无购买记录(记录不会展示最近5分钟内的)' } })