fix(GiftPointsToast): update default points to 200

This commit is contained in:
duanshuwen
2026-07-17 21:44:46 +08:00
parent 1a4b320dc5
commit 9b19da2257

View File

@@ -16,7 +16,7 @@ defineProps({
},
title: {
type: String,
default: "300积分已到账",
default: "200积分已到账",
},
message: {
type: String,