From 9b19da2257b2a35a15da3e942c125441485bf4e1 Mon Sep 17 00:00:00 2001 From: duanshuwen Date: Fri, 17 Jul 2026 21:44:46 +0800 Subject: [PATCH] fix(GiftPointsToast): update default points to 200 --- src/pages-aigc/home/components/GiftPointsToast/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages-aigc/home/components/GiftPointsToast/index.vue b/src/pages-aigc/home/components/GiftPointsToast/index.vue index 5144a1a..6874620 100644 --- a/src/pages-aigc/home/components/GiftPointsToast/index.vue +++ b/src/pages-aigc/home/components/GiftPointsToast/index.vue @@ -16,7 +16,7 @@ defineProps({ }, title: { type: String, - default: "300积分已到账", + default: "200积分已到账", }, message: { type: String,