From 33523d2306c70b894af4828aba33942fc31e665a Mon Sep 17 00:00:00 2001 From: tsui110 Date: Wed, 21 Jan 2026 12:39:52 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E4=BA=86=E5=8E=86=E5=8F=B2?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E7=9A=84=E6=8F=90=E7=A4=BA=E6=96=87=E6=9C=AC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/activity/RecordsList.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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分钟内的)' } })