fix(gift-points-toast): update default credited points from 200 to 400

This commit is contained in:
duanshuwen
2026-07-23 20:38:58 +08:00
parent 13d019b191
commit 021d1fc77d

View File

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